From 55786b1f4364145132faeaafa77a250841699432 Mon Sep 17 00:00:00 2001 From: almarouk <72821992+almarouk@users.noreply.github.com> Date: Tue, 6 Jun 2023 16:41:12 +0200 Subject: [PATCH] [gitignore] Update .gitignore Ignore Visual Studio and Visual Studio Code project folders --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index dc37045e73..ab4a5fc213 100644 --- a/.gitignore +++ b/.gitignore @@ -74,4 +74,5 @@ Production *.tgz *.tar* -.vscode/settings.json +**/.vscode +**/.vs