Created
November 20, 2012 22:10
-
-
Save indyfromoz/4121597 to your computer and use it in GitHub Desktop.
.Gitattributes for Windows Store Projects
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Auto detect text files and perform LF normalization | |
[attr]utf16 diff merge -crlf | |
* text=auto | |
*.ico binary | |
*.snk binary | |
*.xls binary | |
*.bat text | |
*.config text | |
*.cs text diff=csharp | |
*.csproj text merge=union | |
*.fsproj merge=union | |
*.manifest text | |
*.msbuild text | |
*.nuspec text | |
*.resw text merge=union | |
*.resx text merge=union | |
*.ruleset text | |
*.settings text | |
*.shfb text | |
*.targets text | |
*.tdnet text | |
*.txt text | |
*.vb text | |
*.vbproj text merge=union | |
*.vsixmanifest text | |
*.vstemplate text | |
*.xml text | |
*.xsl text | |
*.xslt 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