]> source.dussan.org Git - gitignore.git/commitdiff
Add sourcemaps to the Sass ignore 1213/head
authorMichael Turnwall <mturnwall@users.noreply.github.com>
Wed, 17 Sep 2014 18:23:16 +0000 (11:23 -0700)
committerMichael Turnwall <mturnwall@users.noreply.github.com>
Wed, 17 Sep 2014 18:23:16 +0000 (11:23 -0700)
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

index 5df1b9b43c4e4ca8a6c44462b9299586fd647b15..0f1905d3e09900bfbbeac66dd48fc781ea52795d 100644 (file)
@@ -1 +1,2 @@
 .sass-cache
+*.css.map