From fcdb1a1644235bc9dbd985a8b604602195885eed Mon Sep 17 00:00:00 2001 From: Evy Garden <julian.storozhenko@tu-dortmund.de> Date: Sun, 10 Sep 2023 17:04:34 +0200 Subject: [PATCH] vscode --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 870dfe0..3e39255 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ # CMake & gcc /.cache /build -/a.out \ No newline at end of file +/a.out + +# VSCode +/.vscode \ No newline at end of file -- GitLab