2022-10-15 16:35:35 +00:00
|
|
|
# Miscellaneous
|
|
|
|
*.class
|
|
|
|
*.log
|
|
|
|
*.pyc
|
|
|
|
*.swp
|
|
|
|
.DS_Store
|
|
|
|
.atom/
|
|
|
|
.buildlog/
|
|
|
|
.history
|
|
|
|
.svn/
|
|
|
|
migrate_working_dir/
|
2022-10-15 13:00:14 +00:00
|
|
|
|
2022-10-15 16:35:35 +00:00
|
|
|
# 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
|
2022-10-15 13:00:14 +00:00
|
|
|
.dart_tool/
|
2022-10-15 16:35:35 +00:00
|
|
|
.flutter-plugins
|
|
|
|
.flutter-plugins-dependencies
|
2022-10-15 13:00:14 +00:00
|
|
|
.packages
|
2022-10-15 16:35:35 +00:00
|
|
|
.pub-cache/
|
|
|
|
.pub/
|
|
|
|
/build/
|
|
|
|
|
|
|
|
# Symbolication related
|
|
|
|
app.*.symbols
|
2022-10-15 13:00:14 +00:00
|
|
|
|
2022-10-15 16:35:35 +00:00
|
|
|
# Obfuscation related
|
|
|
|
app.*.map.json
|
2022-10-15 13:00:14 +00:00
|
|
|
|
2022-10-15 16:35:35 +00:00
|
|
|
# Android Studio will place build artifacts here
|
|
|
|
/android/app/debug
|
|
|
|
/android/app/profile
|
|
|
|
/android/app/release
|
2022-11-26 20:18:56 +00:00
|
|
|
|
2022-12-05 18:50:40 +00:00
|
|
|
/lib/generated/*
|
|
|
|
/android/app/build/
|
|
|
|
/ios/build/
|
|
|
|
/ios/Runner.xcodeproj/project.pbxproj
|
|
|
|
|
|
|
|
pubspec.lock
|
2023-01-26 15:03:48 +00:00
|
|
|
/ios/Podfile.lock
|
|
|
|
|
2023-03-30 19:24:18 +00:00
|
|
|
.fvm/
|
|
|
|
.jks
|
|
|
|
keystore.properties
|
|
|
|
android/app/google-services.json
|
|
|
|
ios/firebase_app_id_file.json
|
|
|
|
ios/Runner/GoogleService-Info.plist
|
2023-09-03 11:06:30 +00:00
|
|
|
/lib/firebase_options.dart
|
2024-02-21 11:33:25 +00:00
|
|
|
/lib/constants.dart
|
2023-06-20 06:43:49 +00:00
|
|
|
|
2023-09-28 21:29:33 +00:00
|
|
|
coverage/
|
2023-10-20 14:12:43 +00:00
|
|
|
test/coverage_helper_test.dart
|
2024-04-12 06:07:20 +00:00
|
|
|
**/failures/*.png
|
2024-05-21 17:13:33 +00:00
|
|
|
screenshots/generated/raw/
|