From 4f1fb73f32bae1855c2597f46fdaf2d7011f5734 Mon Sep 17 00:00:00 2001 From: Jose Luis Rey Mendez Date: Sat, 6 Mar 2021 20:01:11 -0300 Subject: [PATCH] Added vs code to git ignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 20e3578ca..0d606498e 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,8 @@ bld/ ![Cc]ore/[Ll]og/ # Visual Studio 2015 cache/options directory .vs/ +# Visual Studio Code options directory +.vscode/ # Uncomment if you have tasks that create the project's static files in wwwroot #wwwroot/ demo