Files
food-ai/.gitignore
dbastrikin 6e0d55d511 chore: remove examples/ from git tracking, add to .gitignore
The examples/ directory contains sample images used for manual testing only
and should not be versioned. Added rule to CLAUDE.md.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-15 23:01:18 +02:00

22 lines
390 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
# Client build artifacts
client/build/
client/.dart_tool/
client/.flutter-plugins
client/.flutter-plugins-dependencies
# IDE
.idea/
.vscode/
*.iml