Просмотр исходного кода

Visual studio cache issue

/.vs/ do not catch the visual studio cache folder but .vs/ do
kilian442 7 лет назад
Родитель
Сommit
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/