Ignore sass cache files

This commit is contained in:
Eli Ribble 2016-06-09 09:58:14 -06:00
parent 173a88a3b3
commit 30f77f1569

2
.gitignore vendored
View file

@ -67,3 +67,5 @@ node_modules
# The css that we generate # The css that we generate
static/css static/css
# The cache for our sass process
.sass-cache