Files
parking_solution/.gitignore
T
2026-08-31 12:23:32 +02:00

31 lines
584 B
Plaintext

node_modules/
dist/
.turbo/
*.tsbuildinfo
# Local database & secrets
*.sqlite
*.sqlite-shm
*.sqlite-wal
*.db
.env
.env.*
!.env.example
# Committed (non-secret): the desktop/prod build's backend origin — see apps/web/.env.production
!.env.production
# Editor/OS
.DS_Store
*:Zone.Identifier
.playwright-mcp/
# stray hardware/UI test screenshots
/*.png
# Vendor device SDKs (reference only — protocol captured in wiki, not committed)
/dingtian/
/QRCode_sdk*/
# Graphify knowledge-graph output (dev tool; generated, not committed)
graphify-out/
parking.sqlite*.bak-*
questions.txt