Browse Source

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.
Michael Turnwall 10 years ago
parent
commit
dbadafb805
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Sass.gitignore

+ 1 - 0
Sass.gitignore

@@ -1 +1,2 @@
 .sass-cache
 .sass-cache
+*.css.map