gitignore-in
ActionsRun gitignore-in command and if .gitignore is updated, generate pull request.
v0.2.2
LatestBy gitignore-in
Tags
(1)gitignore-in is a tool to generate .gitignore files from templates. This action runs gitignore-in and commits the result to the repository.
.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.
steps:
- uses: actions/checkout@v4
- uses: gitignore-in/gh-action@main
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
v0.2.2
LatestBy gitignore-in
Tags
(1)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.