Add .vscode/ to .gitignore

This commit is contained in:
speedy-lex 2025-06-30 17:41:06 +02:00
parent 5184d880fa
commit 0ef58c1458

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
.zig-cache/
zig-out/
!data/.gitkeep
.vscode/