mirror of
https://github.com/gitattributes/gitattributes.git
synced 2025-01-22 16:28:24 -05:00
40d3e86679
When writing React apps with TypeScript the `.tsx` extension can be used. |
||
---|---|---|
.gitattributes | ||
.gitignore | ||
ActionScript.gitattributes | ||
C++.gitattributes | ||
Common.gitattributes | ||
CSharp.gitattributes | ||
Drupal.gitattributes | ||
Java.gitattributes | ||
LICENSE.md | ||
Lua.gitattributes | ||
Matlab.gitattributes | ||
ObjectiveC.gitattributes | ||
Perl.gitattributes | ||
Python.gitattributes | ||
R.gitattributes | ||
Rails.gitattributes | ||
README.md | ||
Servoy.gitattributes | ||
VisualStudio.gitattributes | ||
Web.gitattributes |
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)