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

Ignore SASS cache

Adds ignore for a sass cache used by Mindscape Web Workbench (generatings css
from .scss files).
This commit is contained in:
Marcin Floryan 2012-11-20 11:06:33 +00:00
parent b33818a428
commit 62ca79528e

View File

@ -55,6 +55,9 @@ ipch/
# ReSharper is a .NET coding add-in # ReSharper is a .NET coding add-in
_ReSharper* _ReSharper*
# Mindbench SASS cache
.sass-cache/
# NCrunch # NCrunch
*.ncrunch* *.ncrunch*
.*crunch*.local.xml .*crunch*.local.xml