Skip to content

gitignore-in

Actions
Run gitignore-in command and if .gitignore is updated, generate pull request.
v0.2.2
Latest
Star (0)

GitHub Action for gitignore-in

gitignore-in is a tool to generate .gitignore files from templates. This action runs gitignore-in and commits the result to the repository.

Example

.gitignore.in is a template file for gitignore-in. And this works as ordinary shell script.

gibo dump macOS
gibo dump Windows
echo "node_modules/"
$ gitignore-in
Generated .gitignore

If the .gitignore.in is changed, the action will create pull request automatically.

Usage

steps:
- uses: actions/checkout@v4
- uses: gitignore-in/gh-action@main

License

MIT

gitignore-in is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Run gitignore-in command and if .gitignore is updated, generate pull request.
v0.2.2
Latest

gitignore-in is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.