diff options
author | kilian442 <kilian.riou@hotmail.Fr> | 2018-04-16 09:12:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-16 09:12:00 +0200 |
commit | 168b75d7ec6e4c0c34de4536ddff57cfd54a6776 (patch) | |
tree | 7d3e9cf5fb27fb326dbe342d0d10a76647d0a418 | |
parent | a3a31c387c9b6a6348fde4789ee27c36bfce3c00 (diff) | |
download | gitignore-168b75d7ec6e4c0c34de4536ddff57cfd54a6776.tar.gz gitignore-168b75d7ec6e4c0c34de4536ddff57cfd54a6776.zip |
Visual studio cache issue
/.vs/ do not catch the visual studio cache folder but .vs/ do
-rw-r--r-- | Unity.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
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/ |