]> source.dussan.org Git - gitignore.git/commitdiff
Unity: ignore Visual Studio 2015 cache directory 2267/head
authorTaemin Hong <taeminhong@outlook.com>
Tue, 31 Jan 2017 07:19:57 +0000 (16:19 +0900)
committerTaemin Hong <taeminhong@outlook.com>
Tue, 31 Jan 2017 07:27:41 +0000 (16:27 +0900)
Since the version 5.2, Unity has used Visual Studio 2015 instead of MonoDevelop as default script editor in Windows.
This change may be helpful for Unity developers who use the recent version of Unity in Windows.

Unity.gitignore

index 6bffdb2ed3c7a7aef8facc9df770820f95cf13c7..b829399ae857de7c22c939e6303dd2361e6c9969 100644 (file)
@@ -5,6 +5,9 @@
 /[Bb]uilds/
 /Assets/AssetStoreTools*
 
+# Visual Studio 2015 cache directory
+/.vs/
+
 # Autogenerated VS/MD/Consulo solution and project files
 ExportedObj/
 .consulo/