From 168b75d7ec6e4c0c34de4536ddff57cfd54a6776 Mon Sep 17 00:00:00 2001 From: kilian442 Date: Mon, 16 Apr 2018 09:12:00 +0200 Subject: [PATCH] Visual studio cache issue /.vs/ do not catch the visual studio cache folder but .vs/ do --- Unity.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Unity.gitignore b/Unity.gitignore index a7c0c70a..184557c0 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -6,7 +6,7 @@ Assets/AssetStoreTools* # Visual Studio cache directory -/.vs/ +.vs/ # Autogenerated VS/MD/Consulo solution and project files ExportedObj/