1
0
mirror of https://github.com/gitattributes/gitattributes.git synced 2025-01-22 00:08:52 -05:00
Go to file
2019-07-06 13:26:08 +12:00
.gitattributes Format gitattributes files 2019-04-20 12:35:18 +12: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 Format gitattributes files 2019-04-20 12:35:18 +12:00
Ballerina.gitattributes Proper sh line endings and added bash support 2019-04-21 13:32:14 +12:00
C++.gitattributes Format gitattributes files 2019-04-20 12:35:18 +12:00
Common.gitattributes Fixed svg type wording 2019-04-21 19:16:56 +12:00
CSharp.gitattributes Format gitattributes files 2019-04-20 12:35:18 +12:00
Delphi.gitattributes Format gitattributes files 2019-04-20 12:35:18 +12:00
Drupal.gitattributes Remove extra spaces 2019-07-04 20:32:22 +12:00
Fortran.gitattributes Format gitattributes files 2019-04-20 12:35:18 +12:00
Fountain.gitattributes Format gitattributes files 2019-04-20 12:35:18 +12:00
Go.gitattributes Add diff support for golang file 2019-03-09 15:22:19 +13:00
Java.gitattributes Proper sh line endings and added bash support 2019-04-21 13:32:14 +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 Format gitattributes files 2019-04-20 12:35:18 +12:00
Pascal.gitattributes Format gitattributes files 2019-04-20 12:35:18 +12:00
Perl.gitattributes Format gitattributes files 2019-04-20 12:35:18 +12:00
Python.gitattributes ipynb support 2019-04-27 17:05:41 +12:00
R.gitattributes Format gitattributes files 2019-04-20 12:35:18 +12: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 Format gitattributes files 2019-04-20 12:35:18 +12:00
Swift.gitattributes chore: Add top comment 2019-07-06 13:26:08 +12:00
Unity.gitattributes Update formatting 2019-06-16 01:04:15 +12:00
VisualStudio.gitattributes Format gitattributes files 2019-04-20 12:35:18 +12:00
Web.gitattributes Gifv support 2019-05-10 18:05:01 +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)