Skip to content

Commit

Permalink
Add .gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
clown committed Jul 28, 2017
1 parent 98cebea commit b5fc008
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .gitattributes
@@ -0,0 +1,30 @@
* text=auto

*.sh text eol=lf

*.sln text eol=crlf
*.csproj text eol=crlf
*.vbproj text eol=crlf
*.vcxproj text eol=crlf
*.vcproj text eol=crlf
*.dbproj text eol=crlf
*.fsproj text eol=crlf
*.lsproj text eol=crlf
*.wixproj text eol=crlf
*.modelproj text eol=crlf
*.sqlproj text eol=crlf
*.wmaproj text eol=crlf
*.xproj text eol=crlf
*.props text eol=crlf
*.filters text eol=crlf
*.vcxitems text eol=crlf

*.jpg binary
*.png binary
*.ico binary
*.7z binary
*.zip binary
*.tar binary
*.tar.gz binary
*.tar.bz binary
*.tar.xz binary

0 comments on commit b5fc008

Please sign in to comment.