1
0
mirror of https://github.com/github/gitignore synced 2024-06-01 02:08:18 +02:00

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.
This commit is contained in:
Michael Turnwall 2014-09-17 11:23:16 -07:00
parent 4ddafa3728
commit dbadafb805

View File

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