Files
verstak/.gitignore
T
mirivlad b6a3a2238d fix: tab highlight reactivity, cleanup docs and build scripts
- Fix tab highlight not updating visually — switch from class={tabClass()}
  to Svelte's class:active directive for proper reactive class binding
- Rewrite README.md with full project structure, architecture, build guide
- Rewrite build.sh to build both GUI and server, output to build/
- Add scripts/build.sh for granular builds (gui/server/all)
- Add build/, frontend-dist/, and test vault dirs to .gitignore
- Remove stale binaries from project root
- Update AGENTS.md session summary
2026-06-03 05:08:58 +08:00

51 lines
493 B
Plaintext

# Binaries
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary
*.test
# Output of go build
*.out
*.o
# Dependency directories
vendor/
# Go workspace
go.work
# Wails
frontend/dist/
frontend/frontend-dist/
frontend/node_modules/
frontend/bindings/
/verstak-gui
/verstak-cli
/verstak-server
/verstak
# Vault data
.verstak/
spaces/
# VS Code
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db
# Vault test data
test-vault/
server-data/
Ромашка/
Тестовая папка/
# Build output
build/