# gitattributes **Repository Path**: paul3rd/gitattributes ## Basic Information - **Project Name**: gitattributes - **Description**: A collection of useful .gitattributes templates - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-18 - **Last Updated**: 2022-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # A Collection of Useful .gitattributes Templates Similarly to the [`.gitignore` Templates][gt], we're trying to build templates for `.gitattributes`. `Common.gitattributes` contains general exclusions that may apply to any project. Consider including them if they are applicable to your project. 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. 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/ [g5]: http://schacon.github.com/git/gitattributes.html [gh]: https://www.rubydoc.info/github/github/linguist