Skip to content

Commit

Permalink
adding extensions in gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Jun 15, 2018
1 parent ee933fb commit bb4cd84
Showing 1 changed file with 28 additions and 24 deletions.
52 changes: 28 additions & 24 deletions .gitattributes
@@ -1,24 +1,28 @@
# 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
*.gif binary
# enforce unix style line endings
*.ts text eol=lf
*.tsx text eol=lf
*.cpp text eol=lf
*.h text eol=lf
*.jres text eol=lf
*.asm 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
*.gif binary

0 comments on commit bb4cd84

Please sign in to comment.