1
0
mirror of https://github.com/gitattributes/gitattributes.git synced 2025-01-22 08:18:50 -05:00
Go to file
2014-04-13 14:08:42 -07:00
.gitattributes Update the main .gitattributes 2014-01-28 03:40:46 +06:00
.gitignore Initial commit 2012-05-16 15:58:10 +03:00
ActionScript.gitattributes Added an attribute file that handles binaries for Flash/ActionScript development. (In the case that you even include the files in your project.) 2012-09-28 10:33:28 -04:00
Common.gitattributes Remove common document exclusions. They are gathered in Common.gitattributes 2014-04-13 13:39:36 +03:00
CSharp.gitattributes Remove common document exclusions. They are gathered in Common.gitattributes 2014-04-13 13:39:36 +03:00
Java.gitattributes Added .sh, .class and .war. 2014-02-06 09:58:07 +11:00
ObjectiveC.gitattributes swap -crlf -diff for binary. update comment string 2014-02-09 11:01:14 -08:00
README.md Add note about Common.gitattributes in md 2014-04-13 13:41:37 +03:00
Web.gitattributes Update and rename WordPress.gitattributes to Web.gitattributes 2014-04-13 14:08:42 -07:00

A Collection of Useful .gitattributes Templates

Similarly to the .gitignore Templates, 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.

Please contribute by forking and sending a pull request.

Also please only modify one file per commit. This'll make merging easier for everyone.

For more information on gitattributes: gitattributes(5)