Explorar el Código

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 hace 10 años
padre
commit
dbadafb805
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Sass.gitignore

+ 1 - 0
Sass.gitignore

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