1
0
mirror of https://github.com/gitattributes/gitattributes.git synced 2025-01-22 00:08:52 -05:00
Go to file
2019-03-09 15:33:13 +13: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
Ballerina.gitattributes Add .gitattributes for ballerina language 2018-10-14 10:50:02 +05:30
C++.gitattributes Added C++ Diff 2018-06-20 21:59:03 +12:00
Common.gitattributes Merge pull request #83 from Richienb/patch-1 2019-01-30 16:51:09 -08:00
CSharp.gitattributes Separate VisualStudio.gitattributes from CSharp.gitattributes 2014-05-17 17:56:21 +03:00
Drupal.gitattributes Update Drupal.gitattributes 2017-04-26 11:48:17 -07:00
Go.gitattributes Update Go.gitattributes 2019-02-07 20:46:07 +13:00
Java.gitattributes add *.yml 2017-03-30 12:46:27 +09:00
LICENSE.md Create LICENSE.md 2015-11-01 20:36:42 -08:00
Lua.gitattributes Added attribute file for Lua. 2015-12-03 11:43:23 -05: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 Servoy.gitattributes: *.js always lf. Otherwise linefeed problems for Windows users. 2016-04-22 12:56:16 +02: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)