From ebdf38fbf5a0ff3173598661ff80b7f426500c13 Mon Sep 17 00:00:00 2001 From: Paul Pacheco Date: Sat, 23 Jun 2018 10:52:20 -0500 Subject: [PATCH] Ignore .vs folder that VS generates --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bef3844d5..7bf48b618 100644 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,7 @@ Source/Source.sln *.booproj Output/ bin/ +.vs/ # ============ # # OS generated # @@ -40,4 +41,4 @@ bin/ .Spotlight-V100 .Trashes ehthumbs.db -Thumbs.db \ No newline at end of file +Thumbs.db