Skip to content

Instantly share code, notes, and snippets.

@indyfromoz
Created November 20, 2012 22:10
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/4121597 to your computer and use it in GitHub Desktop.
Save indyfromoz/4121597 to your computer and use it in GitHub Desktop.
.Gitattributes for Windows Store Projects
# 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