.gitattributes: treat source maps as binary files

This commit is contained in:
Chris Rebert 2015-02-16 22:27:31 -08:00
parent 75b311552e
commit 40961659ac
1 changed files with 2 additions and 0 deletions

2
.gitattributes vendored
View File

@ -7,6 +7,8 @@
*.md text eol=lf
*.svg text eol=lf
*.yml text eol=lf
# Don't diff or textually merge source maps
*.map binary
bootstrap-theme.css linguist-vendored=false
bootstrap.css linguist-vendored=false