1
0
mirror of https://github.com/gitattributes/gitattributes.git synced 2025-01-22 16:28:24 -05:00
Go to file
Walter Rumsby 6e4eca13dc Add browserslist config files
Add support for [browserslist](https://github.com/ai/browserslist) config files.
2017-05-25 05:15:04 +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
C++.gitattributes fix typo for c language source file 2016-01-20 09:26:55 +08:00
Common.gitattributes Add comment/option about svg binary vs text 2016-06-17 16:04:53 -07: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
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 Remove inline comments 2015-12-03 17:47:29 +00:00
ObjectiveC.gitattributes swap -crlf -diff for binary. update comment string 2014-02-09 11:01:14 -08:00
Perl.gitattributes Added attributes for perl 2015-08-21 21:24:51 -07:00
Python.gitattributes Created Python.gitattributes 2015-01-12 01:21:47 -05: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 Add browserslist config files 2017-05-25 05:15:04 +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.

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)