Skip to content

Instantly share code, notes, and snippets.

@PeterLehmann
Created January 6, 2014 12:00
Show Gist options
  • Save PeterLehmann/8281838 to your computer and use it in GitHub Desktop.
Save PeterLehmann/8281838 to your computer and use it in GitHub Desktop.
git attributes sample file
*.cs text eol=crlf diff=csharp
*.csproj text eol=crlf merge=union
*.sln text eol=crlf merge=union
*.config text eol=crlf
*.resx text eol=crlf merge=union
* text=auto eol=crlf
*.sh text=auto eol=lf
*.exe binary
*.dll binary
*.DLL binary
*.png binary
*.jpg binary
*.nupkg binary
*.pdb binary
*.gif binary
*.vsix binary
*.xap binary
*.sfx binary
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment