From 9915cd7b9a76b3ee1ea7692ff1de876392f8a37b Mon Sep 17 00:00:00 2001 From: Paul Nehlich Date: Tue, 9 Aug 2022 18:52:43 +0200 Subject: [PATCH] Added .vscode folder to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 10a3411..4eb1ee1 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ /.idea/* !/.idea/runConfigurations +.vscode/* +.gitignore