diff options
author | Stan Hu <stanhu@gmail.com> | 2016-05-20 20:50:13 -0500 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2016-05-20 20:53:17 -0500 |
commit | 446059889634bf5682fca1f76fef17c6c8c31aa9 (patch) | |
tree | 290da9ff626527bd8e83712c921952afbe2f50ef /vendor | |
parent | 98b1daf32df2bc811328da18e20719a12c471f1f (diff) | |
download | gitlab-ce-446059889634bf5682fca1f76fef17c6c8c31aa9.tar.gz |
Add README for updating .gitignore templatesgitignore-readme
Diffstat (limited to 'vendor')
-rw-r--r-- | vendor/gitignore/README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vendor/gitignore/README.md b/vendor/gitignore/README.md new file mode 100644 index 00000000000..43131e815cc --- /dev/null +++ b/vendor/gitignore/README.md @@ -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 +``` |