Browse Source

Ignore SASS cache

Adds ignore for a sass cache used by Mindscape Web Workbench (generatings css
from .scss files).
Marcin Floryan 12 years ago
parent
commit
62ca79528e
1 changed files with 3 additions and 0 deletions
  1. 3 0
      CSharp.gitignore

+ 3 - 0
CSharp.gitignore

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