Commit 0c0c3b6b authored by Taemin Hong's avatar Taemin Hong

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.
parent 3c0d3149
...@@ -5,6 +5,9 @@ ...@@ -5,6 +5,9 @@
/[Bb]uilds/ /[Bb]uilds/
/Assets/AssetStoreTools* /Assets/AssetStoreTools*
# Visual Studio 2015 cache directory
/.vs/
# Autogenerated VS/MD/Consulo solution and project files # Autogenerated VS/MD/Consulo solution and project files
ExportedObj/ ExportedObj/
.consulo/ .consulo/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment