From 2985e5a582033f032e41489a646b0ef609ac1c3d Mon Sep 17 00:00:00 2001 From: Ben Smith Date: Wed, 16 Aug 2023 11:13:37 -0700 Subject: [PATCH] Add .vs and .vscode to gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2c2d030..f033a90 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ /bin/ /out/ -/build/ \ No newline at end of file +/build/ +/.vs/ +/.vscode/ \ No newline at end of file