From 40961659acf84a8b0952f87e9a46462fac7a7e24 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 16 Feb 2015 22:27:31 -0800 Subject: [PATCH] .gitattributes: treat source maps as binary files --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 0c55e2f594..f140503687 100644 --- a/.gitattributes +++ b/.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