Files
verstak/.gitignore
T
mirivlad 3c7e9d1d56 fix(sync): add ClientSequence and LastSeenServerSeq to Op struct and Push
- Add ClientSequence and LastSeenServerSeq fields to sync.Op struct
- Fix Client.Push() to copy these fields to PushOp
- Add GetDeviceID() method to sync.Service
2026-06-02 08:02:03 +08:00

44 lines
388 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/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/