From b33818a4288ad18247dc777f3b155ec51fe23853 Mon Sep 17 00:00:00 2001 From: Marcin Floryan Date: Tue, 20 Nov 2012 11:02:21 +0000 Subject: [PATCH 1/2] Removed duplication of bin on obj folders These two lines look like a duplicate of what we already have at the top of the file and if we want to keep it should probably go under # Build results --- CSharp.gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/CSharp.gitignore b/CSharp.gitignore index bdc3535f..9df045b6 100644 --- a/CSharp.gitignore +++ b/CSharp.gitignore @@ -89,8 +89,6 @@ csx AppPackages/ # Others -[Bb]in -[Oo]bj sql TestResults [Tt]est[Rr]esult* From 62ca79528e33b187fed975ebd876f63d070a2a45 Mon Sep 17 00:00:00 2001 From: Marcin Floryan Date: Tue, 20 Nov 2012 11:06:33 +0000 Subject: [PATCH 2/2] Ignore SASS cache Adds ignore for a sass cache used by Mindscape Web Workbench (generatings css from .scss files). --- CSharp.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CSharp.gitignore b/CSharp.gitignore index 9df045b6..2ff39fbf 100644 --- a/CSharp.gitignore +++ b/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