gitignore: fix verstak-gui pattern to root-only, add .verstak/
This commit is contained in:
parent
c74fa3ad43
commit
08c9d5dbea
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Reference in New Issue