Browse Source

Visual studio cache issue

/.vs/ do not catch the visual studio cache folder but .vs/ do
pull/2664/head
kilian442 6 years ago
parent
commit
168b75d7ec
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Unity.gitignore

+ 1
- 1
Unity.gitignore View File

@@ -6,7 +6,7 @@
Assets/AssetStoreTools*

# Visual Studio cache directory
/.vs/
.vs/

# Autogenerated VS/MD/Consulo solution and project files
ExportedObj/

Loading…
Cancel
Save