Bladeren bron

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.
pull/1213/head
Michael Turnwall 9 jaren geleden
bovenliggende
commit
dbadafb805
1 gewijzigde bestanden met toevoegingen van 1 en 0 verwijderingen
  1. 1
    0
      Sass.gitignore

+ 1
- 0
Sass.gitignore Bestand weergeven

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

Laden…
Annuleren
Opslaan