Files
itstransport-android/.gitignore
admin 1c19456516 feat(M001): M001: ITS Transport Android App - Context
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
2026-03-25 13:45:52 +01:00

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/