From dbadafb805df1c71442a9f6ec9b841224d165795 Mon Sep 17 00:00:00 2001 From: Michael Turnwall Date: Wed, 17 Sep 2014 11:23:16 -0700 Subject: [PATCH] Add sourcemaps to the Sass ignore When merging branches there are usually conflicts with the CSS sourcemaps. It's not an issue to just recompile the CSS to generate a new sourcemap but having the file ignored helps to save an unnecessary step. --- Sass.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Sass.gitignore b/Sass.gitignore index 5df1b9b4..0f1905d3 100644 --- a/Sass.gitignore +++ b/Sass.gitignore @@ -1 +1,2 @@ .sass-cache +*.css.map