Permalink
Browse files
.gitattributes: treat source maps as binary files
- Loading branch information...
Showing
with
2 additions
and
0 deletions.
-
+2
−0
.gitattributes
|
|
@@ -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
|
|
|
|
0 comments on commit
4096165