summaryrefslogtreecommitdiff
path: root/vendor/gitignore/README.md
blob: 43131e815cca2ecc85ee396e3a239057171ac2de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
```