aboutsummaryrefslogtreecommitdiffstats
path: root/Unity.gitignore
diff options
context:
space:
mode:
authorkilian442 <kilian.riou@hotmail.Fr>2018-04-16 09:12:00 +0200
committerGitHub <noreply@github.com>2018-04-16 09:12:00 +0200
commit168b75d7ec6e4c0c34de4536ddff57cfd54a6776 (patch)
tree7d3e9cf5fb27fb326dbe342d0d10a76647d0a418 /Unity.gitignore
parenta3a31c387c9b6a6348fde4789ee27c36bfce3c00 (diff)
downloadgitignore-168b75d7ec6e4c0c34de4536ddff57cfd54a6776.tar.gz
gitignore-168b75d7ec6e4c0c34de4536ddff57cfd54a6776.zip
Visual studio cache issue
/.vs/ do not catch the visual studio cache folder but .vs/ do
Diffstat (limited to 'Unity.gitignore')
-rw-r--r--Unity.gitignore2
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/