velmart-picker/.gitignore
Fibe Agent 5ba2691eac feat: initial Velmart Picker Flutter app
- All 5 batch steps: Picking, Sorting, Clarification, Slots, Handoff
- go_router navigation with step indicator
- graphql_flutter client wired up (endpoint via env var)
- Mock data layer swappable with real GraphQL service
- Item types: normal, cold, frozen, alcohol, clarify
- Storage slot assignment (cell/freezer/fridge)
2026-04-23 21:43:07 +00:00

29 lines
334 B
Plaintext

# Flutter/Dart
.dart_tool/
.flutter-plugins
.flutter-plugins-dependencies
.packages
.pub-cache/
.pub/
build/
*.iml
# Android
android/.gradle
android/local.properties
android/key.properties
android/app/google-services.json
# Web
web/
!web/index.html
!web/manifest.json
!web/favicon.png
!web/icons/
# IDE
.idea/
.vscode/
*.swp
*.swo