Git Ignore Rules
This page lists text files and directories that are typically generated per-flavor or contain machine-specific configuration. These should be safely added to your project's .gitignore as they are environment/build artifacts or local config files that should not be committed.
/android/app/src/{any_flavor}
/android/app/kflavor.gradle.kts
/android/app/kflavor.gradle
/lib/kflavor/
/firebase.json
/lib/firebase_options.dart
/android/app/src/google-services.json
/ios/Configs/
/ios/Runner/GoogleService-Info.plistAdd these entries to .gitignore in your project root to avoid committing local/generated config files.