From d53628cbe7a75d186d8623f52fe412e0f8096cc5 Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Sun, 11 Sep 2022 20:03:03 +1200 Subject: [PATCH] Ignore visual studio folder --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 097721eb..ef6ba9ca 100644 --- a/.gitignore +++ b/.gitignore @@ -242,3 +242,4 @@ setenv_local.bat dst/ builder/ *.dll +.vs/ \ No newline at end of file