Files
food-ai/.gitignore
2026-03-21 12:48:26 +02:00

25 lines
485 B
Plaintext

# Example/sample files (images, fixtures used for manual testing)
examples/
# Firebase credentials
backend/firebase-credentials.json
client/android/app/google-services.json
client/ios/Runner/GoogleService-Info.plist
# Backend
backend/.env
backend/importoff
backend/openfoodfacts-products.jsonl
backend/openfoodfacts-products.jsonl.gz
# Client build artifacts
client/build/
client/.dart_tool/
client/.flutter-plugins
client/.flutter-plugins-dependencies
# IDE
.idea/
.vscode/
*.iml