25 lines
485 B
Plaintext
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
|