From 76e299f9c7d1ee5323e2bff7016c1b08b8a74014 Mon Sep 17 00:00:00 2001 From: MarcEricMartel Date: Wed, 28 Sep 2022 08:52:02 -0400 Subject: [PATCH] added .vscode to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index dfcfd56..c8aa4a0 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,7 @@ bld/ # Visual Studio 2015/2017 cache/options directory .vs/ +.vscode/ # Uncomment if you have tasks that create the project's static files in wwwroot #wwwroot/