瀏覽代碼

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 年之前
父節點
當前提交
dbadafb805
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Sass.gitignore

+ 1 - 0
Sass.gitignore

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