소스 검색

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