mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-12 06:06:05 +10:00
Merge branch 'gitignore-readme' into 'master'
Add README for updating .gitignore templates Add notes to make it clear that users should not file a MR against a specific file here. See merge request !4227
This commit is contained in:
Vendored
+14
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user