From f11e3db09f4fdf535e6ee9f7650e4a735663873b Mon Sep 17 00:00:00 2001 From: mohamdlog <127714779+mohamdlog@users.noreply.github.com> Date: Mon, 28 Oct 2024 00:29:47 -0500 Subject: [PATCH] Update .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4e952727..1bac426a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ # Dependencies /node_modules - # Production /build @@ -19,3 +18,6 @@ npm-debug.log* yarn-debug.log* yarn-error.log* + +# Visual Studio +.vs \ No newline at end of file