Skip to content

Commit dbadafb

Browse files
committed
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.
1 parent 4ddafa3 commit dbadafb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Sass.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
.sass-cache
2+
*.css.map

0 commit comments

Comments
 (0)