From 0ef58c14588ff92ffda04f6805f8a3e8adb712e2 Mon Sep 17 00:00:00 2001 From: speedy-lex Date: Mon, 30 Jun 2025 17:41:06 +0200 Subject: [PATCH] Add .vscode/ to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e1d11ec..b04cb19 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .zig-cache/ zig-out/ !data/.gitkeep +.vscode/