summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Sailer <github.com@manuel-sailer.de>2023-04-17 11:20:35 +0200
committerGitHub <noreply@github.com>2023-04-17 09:20:35 +0000
commit14b6c2d55f7d65d34e457e11199a555f46f9a9a6 (patch)
tree7e51f6360bcb2cdbad2a6bf9ccbcb46a619078e2
parentfae165445809f7fe8a9eb5b518bfe0bac103b46f (diff)
Ignore Visual Studio Code settings (#2204)
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
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