Skip to content

Instantly share code, notes, and snippets.

@indyfromoz
Created November 19, 2012 07:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save indyfromoz/4109358 to your computer and use it in GitHub Desktop.
Save indyfromoz/4109358 to your computer and use it in GitHub Desktop.
.Gitattributes for ASP.NET MVC
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
*.bmp binary
*.gif binary
*.ico binary
*.jpg binary
*.png binary
*.ascx text
*.cmd text
*.coffee text
*.config text
*.cs text diff=csharp
*.csproj text merge=union
*.css text
*.cshtml text
*.htm text
*.html text
*.js text
*.msbuild text
*.resx text merge=union
*.ruleset text
*.Stylecop text
*.targets text
*.tt text
*.txt text
*.vb text
*.vbhtml text
*.vbproj text merge=union
*.xml text
*.xunit text
*.sln text eol=crlf merge=union
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment