https://github.com/stefanwalther/boilr-gitignore
boilr template for a .gitignore file.
https://github.com/stefanwalther/boilr-gitignore
boilerplate boilr boilr-template docs documentation gitignore template
Last synced: 5 months ago
JSON representation
boilr template for a .gitignore file.
- Host: GitHub
- URL: https://github.com/stefanwalther/boilr-gitignore
- Owner: stefanwalther
- Created: 2017-07-26T19:47:39.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-01-18T20:44:58.000Z (over 1 year ago)
- Last Synced: 2025-10-27T15:46:58.594Z (8 months ago)
- Topics: boilerplate, boilr, boilr-template, docs, documentation, gitignore, template
- Language: Makefile
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
Awesome Lists containing this project
README
# boilr-gitignore
> boilr template for a .gitignore file.
---
## Purpose
Just a very basic .gitignore file to be used with [boilr](https://github.com/tmrts/boilr).
The following files are generated:
```
.
└── .gitignore
1 directory, 1 file
```
## Installation
Install [boilr](https://github.com/tmrts/boilr) first.
Then use
```
$ boilr download stefanwalther/boilr-gitignore
```
e.g.
```
$ boilr download stefanwalther/boilr-gitignore boilr-gitignore
```
## Usage
### Download the template
```
$ boilr template download stefanwalther/boilr-gitignore
```
### Fork, modify locally and save it
```
$ git clone stefanwalther/boilr-gitignore
```
cd into it, then
```
$ boilr template save $(PWD)
# e.g.
$ boilr template save $(PWD) boilr-gitignore
```
if you have for force the local updates, use
```
$ boilr template save $(PWD) -f
```
### Use it
```
$ boilr template use boilr-gitignore .
```
### Get all templates
Get a list of all - locally installed - templates:
```
$ boilr template list
```
## About
### Related projects
Some related projects:
### Author
**Stefan Walther**
* [twitter](http://twitter.com/waltherstefan)
* [github.com/stefanwalther](http://github.com/stefanwalther)
* [LinkedIn](https://www.linkedin.com/in/stefanwalther/)
### License
MIT
***
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.8.0, on January 18, 2025._