Completed slices: - S01: Project scaffold + Auth - S02: Today's routes tab - S03: Service history tab - S04: Add new service wizard - S05: FCM push notifications - S06: Polish & integration verification Branch: milestone/M001
43 lines
406 B
Plaintext
43 lines
406 B
Plaintext
|
|
# ── GSD baseline (auto-generated) ──
|
|
.gsd
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.idea/
|
|
.vscode/
|
|
*.code-workspace
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
node_modules/
|
|
.next/
|
|
dist/
|
|
build/
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
venv/
|
|
target/
|
|
vendor/
|
|
*.log
|
|
coverage/
|
|
.cache/
|
|
tmp/
|
|
|
|
# ── Android / Gradle ──
|
|
*.iml
|
|
.gradle/
|
|
local.properties
|
|
.navigation/
|
|
captures/
|
|
*.apk
|
|
*.aab
|
|
*.ap_
|
|
*.dex
|
|
output.json
|
|
app/release/
|
|
app/debug/
|