mirror of
https://github.com/github/gitignore
synced 2024-12-23 13:20:17 +01: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:
parent
b33818a428
commit
62ca79528e
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user