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/dist/
|
||||||
frontend/node_modules/
|
frontend/node_modules/
|
||||||
frontend/bindings/
|
frontend/bindings/
|
||||||
verstak-gui
|
/verstak-gui
|
||||||
verstak-cli
|
/verstak-cli
|
||||||
|
|
||||||
|
# Vault data
|
||||||
|
.verstak/
|
||||||
|
|
||||||
# VS Code
|
# VS Code
|
||||||
.vscode/
|
.vscode/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue