From 0c0c3b6b859493bde50480f5a637d5fa8f8b2f0c Mon Sep 17 00:00:00 2001 From: Taemin Hong Date: Tue, 31 Jan 2017 16:19:57 +0900 Subject: [PATCH] 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. --- Unity.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Unity.gitignore b/Unity.gitignore index 6bffdb2e..b829399a 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -5,6 +5,9 @@ /[Bb]uilds/ /Assets/AssetStoreTools* +# Visual Studio 2015 cache directory +/.vs/ + # Autogenerated VS/MD/Consulo solution and project files ExportedObj/ .consulo/