exclude Visual Studio 2015 `.vs` working directory
authorGeoffrey Huntley <ghuntley@ghuntley.com>
Mon, 4 May 2015 02:02:06 +0000 (12:02 +1000)
committerGeoffrey Huntley <ghuntley@ghuntley.com>
Tue, 5 May 2015 04:15:47 +0000 (14:15 +1000)
"The .vs directory is the new location where per-user solution-specific
items are saved. Previously there was no directory where this
information could be placed, so the IDE kept adding files alongside the
solution. It's finally a solution to a problem that's been here for a
very long time." - @sharwell

.gitignore

index 5e66c59..6335f4b 100644 (file)
@@ -23,7 +23,10 @@ bld/
 [Oo]bj/
 msbuild.log
 
-# Roslyn stuff
+# Visual Studio 2015
+.vs/
+
+# Visual Studio 2015 Pre-CTP6
 *.sln.ide
 *.ide/