# Flutter/Dart .gitignore # Miscellaneous *.class *.log *.pyc *.swp .DS_Store .atom/ .buildlog/ .history .svn/ migrate_working_dir/ # IntelliJ related *.iml *.ipr *.iws .idea/ # The .vscode folder contains launch configuration and tasks you configure in # VS Code which you may wish to be included in version control, so this line # is commented out by default. #.vscode/ # Flutter/Dart/Pub related **/doc/api/ **/ios/Flutter/.last_build_id .dart_tool/ .flutter-plugins .flutter-plugins-dependencies .pub-cache/ .pub/ /build/ # Symbolication related app.*.symbols # Obfuscation related app.*.map.json # Android Studio will place build artifacts here /android/app/debug /android/app/profile /android/app/release # Web related /web/flutter_service_worker.js /web/manifest.json # Coverage coverage/ # Exceptions to above rules (allow some Flutter generated files) !/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages # Environment files .env .env.local .env.*.local # Generated files *.g.dart *.freezed.dart *.mocks.dart # Build outputs *.apk *.aab *.ipa *.app # Key files (IMPORTANT - never commit these) *.jks *.keystore *.p12 *.key *.pem android/key.properties ios/Runner/GoogleService-Info.plist android/app/google-services.json # Local configuration **/local.properties **/GeneratedPluginRegistrant.* # iOS related **/ios/Pods/ **/ios/.symlinks/ **/ios/Flutter/Flutter.framework **/ios/Flutter/Flutter.podspec **/ios/ServiceDefinitions.json **/ios/Runner/GeneratedPluginRegistrant.* **/ios/**/*.mode1v3 **/ios/**/*.mode2v3 **/ios/**/*.moved-aside **/ios/**/*.pbxuser **/ios/**/*.perspectivev3 **/ios/**/*sync/ **/ios/.sconsign.dblite **/ios/.tags* **/ios/.vagrant/ **/ios/DerivedData/ **/ios/Icon? **/ios/Pods/ **/ios/profile **/ios/xcuserdata/ **/ios/.generated/ # macOS related **/macos/Pods/ **/macos/Flutter/ephemeral/ **/macos/Flutter/Flutter-Debug.xcconfig **/macos/Flutter/Flutter-Release.xcconfig **/macos/xcuserdata/ # Android related **/android/.gradle/ **/android/captures/ **/android/gradlew **/android/gradlew.bat **/android/local.properties **/android/**/GeneratedPluginRegistrant.java **/android/.cxx/ # Windows related **/windows/flutter/ephemeral/ # Linux related **/linux/flutter/ephemeral/ # Node modules (if using any JS tooling) node_modules/ # Backup files *.bak *.backup *.tmp