From f80ba470d35e202f9eabd6fad4ddd896bbe2470b Mon Sep 17 00:00:00 2001 From: ManuelSailer Date: Mon, 17 Apr 2023 09:58:40 +0200 Subject: [PATCH] Ignore Visual Studio Code settings Signed-off-by: ManuelSailer --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index c219d71ff..155c2f8d7 100644 --- a/.gitignore +++ b/.gitignore @@ -70,3 +70,6 @@ nbproject # Mac OS .DS_Store *.iml + +# VS Code +.vscode \ No newline at end of file