Grapevine_Disease_Detection/.gitignore
Yanis 001658898e refactor navigation: classic bottom tab bar with FAB + header icons
- Replace floating pill tab bar with classic anchored bottom bar (Home | FAB Scan | Map)
- Add central FAB button (green, elevated) for Scanner
- Move History → Notifications and Profile → Settings (accessible via header icons)
- Add SearchHeader with bell (notifications) and settings icons
- Add MapScreen placeholder
- Extract SearchHeader component from HomeScreen
- Switch to lucide-react-native icons for bottom tab bar
- Fix react-dom version mismatch (19.2.4 → 19.1.0)
- Clean up unused imports in homeheader.tsx
- Update navigation types, deep links, and i18n keys

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 20:14:27 +02:00

28 lines
300 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
# Models (too large for git)
*.keras
*.tflite
*.h5
# Environment
.env
.env.*
# OS
.DS_Store
Thumbs.db
# VinEye (handled by VinEye/.gitignore)
VinEye/node_modules/
VinEye/.expo/
VinEye/dist/
VinEye/ios/
VinEye/android/
# dependances
node_modules/