From 3bcd1a1e9ada70f497f533ce716641ca4e39c4d7 Mon Sep 17 00:00:00 2001 From: Dominik Krenn Date: Thu, 11 Sep 2025 10:37:57 +0200 Subject: [PATCH] update .gitignore to exclude .vscode directory --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f85fb5b..32dab5d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ build/ *class +.vscode