]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
.gitattributes: treat source maps as binary files
authorChris Rebert <github@rebertia.com>
Tue, 17 Feb 2015 06:27:31 +0000 (22:27 -0800)
committerChris Rebert <github@rebertia.com>
Tue, 17 Feb 2015 06:27:31 +0000 (22:27 -0800)
.gitattributes

index 0c55e2f594b8db8e1e5ccc7f7c71a2520726cb00..f140503687e4573b7d1369524bee123ad7beca9b 100644 (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