1
0
mirror of https://github.com/gitattributes/gitattributes.git synced 2025-01-22 08:18:50 -05:00
Go to file
2019-04-20 12:15:36 +12:00
.gitattributes Fix and generalize md entry in .gitattributes 2015-11-01 20:51:19 -08:00
.gitignore Initial commit 2012-05-16 15:58:10 +03:00
ActionScript.gitattributes Improved ActionScript gitattributes 2019-04-18 16:48:32 +12:00
Ada.gitattributes Add text attribute 2019-03-09 15:08:50 +13:00
Ballerina.gitattributes Merge branch 'master' into patch-7 2019-04-18 11:29:25 +12:00
C++.gitattributes Capitalise 2019-04-18 11:37:18 +12:00
Common.gitattributes Normalize svg type (Fixes #45) 2019-04-20 12:10:44 +12:00
CSharp.gitattributes CSharp text type 2019-04-20 12:15:36 +12:00
Delphi.gitattributes Delphi gitattributes 2019-04-18 15:45:45 +12:00
Drupal.gitattributes Add CSS diff support 2019-03-09 15:11:32 +13:00
Fortran.gitattributes Added Fortran GitAttributes 2019-03-09 15:15:56 +13:00
Fountain.gitattributes Added Fountain GitAttributes 2019-03-09 15:20:55 +13:00
Go.gitattributes Add diff support for golang file 2019-03-09 15:22:19 +13:00
Java.gitattributes Fix java diff 2019-04-19 10:57:15 +12:00
LICENSE.md Create LICENSE.md 2015-11-01 20:36:42 -08:00
Lua.gitattributes Merge branch 'master' into patch-7 2019-04-18 11:29:25 +12:00
Matlab.gitattributes Added Matlab diff 2019-03-09 15:33:13 +13:00
ObjectiveC.gitattributes Add .m to ObjectiveC 2019-04-18 14:05:37 +12:00
Pascal.gitattributes Pascal gitattributes 2019-04-18 14:43:10 +12:00
Perl.gitattributes Added Diff code 2018-06-20 22:00:48 +12:00
Python.gitattributes Python Diff 2018-06-20 21:54:30 +12:00
R.gitattributes Added attributes for R 2015-08-21 21:46:05 -07:00
Rails.gitattributes Ruby diff 2019-04-19 19:00:18 +12:00
README.md Add generator link 2019-04-19 14:32:05 +12:00
Servoy.gitattributes Add CSS diff support 2019-03-09 15:11:32 +13:00
VisualStudio.gitattributes Change .xproj from test to text 2016-12-30 15:13:02 +13:00
Web.gitattributes Normalize svg type (Fixes #45) 2019-04-20 12:10:44 +12: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.

You can use this handy dandy generator to generate your gitattributes files on the fly based on files inside of this repository.

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)