From 5304943d735ddfff87952078fd465694bcc58a84 Mon Sep 17 00:00:00 2001
From: Felix Weiglhofer <weiglhofer@fias.uni-frankfurt.de>
Date: Mon, 13 Jun 2022 14:31:28 +0000
Subject: [PATCH] gitignore: Add vscode folder.

---
 .gitignore | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 0212301c87..b04e2e307c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,7 @@
 # exclude top level directories
 # which are taken from other git repositories
 # The / at the beginning is important, otherwise all directories
-# containing the string are ignored 
+# containing the string are ignored
 /geometry
 /input
 /parameters
@@ -12,3 +12,6 @@ Dart*.cfg
 
 # gdb Crash dumps
 **/core_dump_*
+
+# IDEs
+.vscode
-- 
GitLab