|
|
|
|
@ -33,7 +33,7 @@ migrate_working_dir/
|
|
|
|
|
.pub-cache/
|
|
|
|
|
.pub/
|
|
|
|
|
/build/
|
|
|
|
|
|
|
|
|
|
build/
|
|
|
|
|
|
|
|
|
|
# Web related
|
|
|
|
|
lib/generated_plugin_registrant.dart
|
|
|
|
|
@ -44,16 +44,27 @@ app.*.symbols
|
|
|
|
|
# Obfuscation related
|
|
|
|
|
app.*.map.json
|
|
|
|
|
|
|
|
|
|
# Ignore gradle.properties file
|
|
|
|
|
# Android related
|
|
|
|
|
# Gradle files
|
|
|
|
|
android/gradle.properties
|
|
|
|
|
android/.gradle/
|
|
|
|
|
android/gradle/
|
|
|
|
|
android/captures/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Android Studio will place build artifacts here
|
|
|
|
|
/android/app/debug
|
|
|
|
|
/android/app/profile
|
|
|
|
|
/android/app/release
|
|
|
|
|
/android/gradle/wrapper/gradle-wrapper.properties
|
|
|
|
|
# Build files - should not be committed
|
|
|
|
|
# Build directories
|
|
|
|
|
android/app/debug/
|
|
|
|
|
android/app/profile/
|
|
|
|
|
android/app/release/
|
|
|
|
|
android/app/build/
|
|
|
|
|
android/build/
|
|
|
|
|
build/
|
|
|
|
|
**/android/**/build/
|
|
|
|
|
|
|
|
|
|
# Generated files
|
|
|
|
|
android/app/generated/
|
|
|
|
|
android/app/build/generated/
|
|
|
|
|
android/app/build/intermediates/
|
|
|
|
|
android/app/build/outputs/
|
|
|
|
|
# macOS
|
|
|
|
|
macos/Flutter/ephemeral/
|
|
|
|
|
macos/Pods/
|
|
|
|
|
macos/build/
|
|
|
|
|
|