Updated git ignore file to include the SASS cache

This commit is contained in:
Gregory Ballantine 2018-02-26 17:08:35 -05:00
parent ababdc2a0f
commit e7d4daea75

3
.gitignore vendored
View File

@ -6,3 +6,6 @@ build/
# ignore node_module directory
node_modules/
# ignore SASS cache
.sass-cache/