Skip to content

Commit 4096165

Browse files
committed
.gitattributes: treat source maps as binary files
1 parent 75b3115 commit 4096165

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
*.md text eol=lf
88
*.svg text eol=lf
99
*.yml text eol=lf
10+
# Don't diff or textually merge source maps
11+
*.map binary
1012

1113
bootstrap-theme.css linguist-vendored=false
1214
bootstrap.css linguist-vendored=false

0 commit comments

Comments
 (0)