From 08c9d5dbea97983741ae2f0792ea3ebe692b28a9 Mon Sep 17 00:00:00 2001 From: mirivlad Date: Mon, 1 Jun 2026 02:16:25 +0800 Subject: [PATCH] gitignore: fix verstak-gui pattern to root-only, add .verstak/ --- .gitignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c3fa016..0c13b4a 100644 --- a/.gitignore +++ b/.gitignore @@ -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/