From 86330041ef10ca918d6a9aa87071a1925692399d Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Thu, 15 Jul 2021 09:46:32 -0500 Subject: [PATCH] Add VSCode workspace file to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b95e158d..68edd5a5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .vs/ -.git/ \ No newline at end of file +.git/ +*.code-workspace \ No newline at end of file