Skip to content

Commit

Permalink
adding missing .gitattributes file
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Aug 31, 2016
1 parent ce704a6 commit 42c5ef7
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .gitattributes
@@ -0,0 +1,23 @@
# enforce unix style line endings
*.ts text eol=lf
*.tsx text eol=lf
*.md text eol=lf
*.txt text eol=lf
*.js text eol=lf
*.json text eol=lf
*.xml text eol=lf
*.svg text eol=lf
*.yaml text eol=lf
*.css text eol=lf
*.html text eol=lf
*.py text eol=lf
*.exp text eol=lf
*.manifest text eol=lf

# do not enforce text for everything - it causes issues with random binary files

*.sln text eol=crlf

*.png binary
*.jpg binary
*.jpeg binary

0 comments on commit 42c5ef7

Please sign in to comment.