1
0
mirror of https://github.com/gitattributes/gitattributes.git synced 2025-01-22 16:28:24 -05:00
Go to file
Alexander Karatarakis cd08452f86 Merge pull request #25 from spasmsaps/master
add eot, woff and svg to web template
2015-04-28 02:52:25 +03: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
C++.gitattributes Create C++.gitattributes 2015-01-01 01:13:48 -05:00
Common.gitattributes Additional files 2014-08-01 00:27:45 +07:00
CSharp.gitattributes Separate VisualStudio.gitattributes from CSharp.gitattributes 2014-05-17 17:56:21 +03:00
Java.gitattributes Remove some duplicates between Common and Java/Web gitattributes 2015-01-13 23:59:43 +02:00
ObjectiveC.gitattributes swap -crlf -diff for binary. update comment string 2014-02-09 11:01:14 -08:00
Python.gitattributes Created Python.gitattributes 2015-01-12 01:21:47 -05:00
Rails.gitattributes add Rails.gitattributes 2014-12-05 14:42:05 +04:00
README.md formatting cleanup 2014-04-13 14:02:31 -07:00
VisualStudio.gitattributes Separate VisualStudio.gitattributes from CSharp.gitattributes 2014-05-17 17:56:21 +03:00
Web.gitattributes Merge pull request #25 from spasmsaps/master 2015-04-28 02:52:25 +03: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)