From f4fe2fa4c4a56e80c98068e3eea0f4f698ba4396 Mon Sep 17 00:00:00 2001 From: rockstardev <5191402+rockstardev@users.noreply.github.com> Date: Thu, 12 Oct 2023 11:53:21 -0500 Subject: [PATCH] Adding .vs folder to gitignore to handle Visual Studio generation --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9d65564..2e6b938 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ -**/bin/**/* +**/bin/**/* **/obj .idea Plugins/packed +.vs/