1
0
mirror of https://github.com/gitattributes/gitattributes.git synced 2025-01-22 00:08:52 -05:00
Go to file
2019-04-18 11:29:25 +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 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
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 Added C++ Diff 2018-06-20 21:59:03 +12:00
Common.gitattributes Add bibtex support 2019-03-09 15:08:25 +13:00
CSharp.gitattributes Separate VisualStudio.gitattributes from CSharp.gitattributes 2014-05-17 17:56:21 +03: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 swap -crlf -diff for binary. update comment string 2014-02-09 11:01:14 -08: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 add Rails.gitattributes 2014-12-05 14:42:05 +04: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)