Skip to content

Commit 0c0c3b6

Browse files
committed
Unity: ignore Visual Studio 2015 cache directory
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.
1 parent 3c0d314 commit 0c0c3b6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Unity.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
/[Bb]uilds/
66
/Assets/AssetStoreTools*
77

8+
# Visual Studio 2015 cache directory
9+
/.vs/
10+
811
# Autogenerated VS/MD/Consulo solution and project files
912
ExportedObj/
1013
.consulo/

0 commit comments

Comments
 (0)