boilr template for a .gitignore file.
Just a very basic .gitignore file to be used with boilr.
The following files are generated:
.
└── .gitignore
1 directory, 1 file
Install boilr first.
Then use
$ boilr download stefanwalther/boilr-gitignore <template-tag>
e.g.
$ boilr download stefanwalther/boilr-gitignore boilr-gitignore
$ boilr template download stefanwalther/boilr-gitignore <template-tag>
$ git clone stefanwalther/boilr-gitignore
cd into it, then
$ boilr template save $(PWD) <template-tag>
# e.g.
$ boilr template save $(PWD) boilr-gitignore
if you have for force the local updates, use
$ boilr template save $(PWD) <template-tag> -f
$ boilr template use boilr-gitignore .
Get a list of all - locally installed - templates:
$ boilr template list
Some related projects:
Stefan Walther
MIT
This file was generated by verb-generate-readme, v0.8.0, on January 18, 2025.