From 446059889634bf5682fca1f76fef17c6c8c31aa9 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Fri, 20 May 2016 20:50:13 -0500 Subject: Add README for updating .gitignore templates --- vendor/gitignore/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 vendor/gitignore/README.md (limited to 'vendor/gitignore') 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 +``` -- cgit v1.2.3