Commit 40961659 authored by Chris Rebert's avatar Chris Rebert

.gitattributes: treat source maps as binary files

parent 75b31155
...@@ -7,6 +7,8 @@ ...@@ -7,6 +7,8 @@
*.md text eol=lf *.md text eol=lf
*.svg text eol=lf *.svg text eol=lf
*.yml text eol=lf *.yml text eol=lf
# Don't diff or textually merge source maps
*.map binary
bootstrap-theme.css linguist-vendored=false bootstrap-theme.css linguist-vendored=false
bootstrap.css linguist-vendored=false bootstrap.css linguist-vendored=false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment