1
0
mirror of https://github.com/gitattributes/gitattributes.git synced 2025-01-22 08:18:50 -05:00
gitattributes/README.md

23 lines
993 B
Markdown
Raw Normal View History

# A Collection of Useful .gitattributes Templates
Similarly to the [`.gitignore` Templates][gt], we're trying to build
templates for `.gitattributes`.
2014-04-13 17:02:31 -04:00
`Common.gitattributes` contains general exclusions that may apply to any project.
Consider including them if they are applicable to your project.
2019-04-18 22:32:05 -04:00
You can use [this handy dandy generator](https://richienb.github.io/gitattributes-generator) to generate your gitattributes files on the fly based on files inside of this repository.
Please contribute by [forking][fk] and sending a [pull request][pr].
Also **please** only modify **one file** per commit. This'll
make merging easier for everyone.
2019-07-11 01:52:56 -04:00
For more information on gitattributes: [gitattributes(5)][g5] and for Github-specific grammar: [Linguist docs][gh]
[gt]: https://github.com/github/gitignore
[fk]: http://help.github.com/forking/
[pr]: http://help.github.com/pull-requests/
2021-04-29 18:23:12 -04:00
[g5]: https://www.git-scm.com/docs/gitattributes
[gh]: https://www.rubydoc.info/github/github/linguist