1
0
mirror of https://github.com/gitattributes/gitattributes.git synced 2025-01-22 00:08:52 -05:00
Go to file
Richie Bendall 940dedf274
Ruby diff
2019-04-19 19:00:18 +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 Use HTTPS where possible in links 2019-04-18 16:51:46 +12:00
CSharp.gitattributes Use HTTPS where possible in links 2019-04-18 16:51:46 +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 Merge pull request #89 from Richienb/patch-3 2019-04-17 15:51:28 -07: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 formatting cleanup 2014-04-13 14:02:31 -07: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 [Web.gitattributes] Remove .gitignore. See #70 2018-12-04 10:50:17 -08: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)