gitignore: fix verstak-gui pattern to root-only, add .verstak/

This commit is contained in:
mirivlad 2026-06-01 02:16:25 +08:00
parent c74fa3ad43
commit 08c9d5dbea
1 changed files with 5 additions and 2 deletions

7
.gitignore vendored
View File

@ -22,8 +22,11 @@ go.work
frontend/dist/
frontend/node_modules/
frontend/bindings/
verstak-gui
verstak-cli
/verstak-gui
/verstak-cli
# Vault data
.verstak/
# VS Code
.vscode/