Add README for updating .gitignore templates

This commit is contained in:
Stan Hu 2016-05-20 20:50:13 -05:00
parent 98b1daf32d
commit 4460598896
1 changed files with 14 additions and 0 deletions

14
vendor/gitignore/README.md vendored Normal file
View File

@ -0,0 +1,14 @@
# .gitignore templates
This directory contains language-specific .gitignore templates that are used by GitLab.
These files were automatically pulled from [this repository](https://github.com/github/gitignore).
Please submit pull requests to that repository. There is no need to edit the files in this directory.
## Bulk Update
To update this directory with the latest changes in the repository, run:
```sh
bundle exec rake gitlab:update_gitignore
```