Преглед изворни кода

Visual studio cache issue

/.vs/ do not catch the visual studio cache folder but .vs/ do
kilian442 пре 7 година
родитељ
комит
168b75d7ec
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Unity.gitignore

+ 1 - 1
Unity.gitignore

@@ -6,7 +6,7 @@
 Assets/AssetStoreTools*
 
 # Visual Studio cache directory
-/.vs/
+.vs/
 
 # Autogenerated VS/MD/Consulo solution and project files
 ExportedObj/