m3_lightmeter/.gitignore

62 lines
988 B
Text
Raw Normal View History

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
ML-42 Implement equipment profiles creating (#45) * added Equipment section placeholder * get iso & nd values from equipment profile * use photography values from remote repo * removed equipment section * wip * moved `EquipmentProfileProvider` from iap repo * wip * moved equipment profiles screen from iap * improved equipment profiles screen * mock add/delete * collapse on expand * add profile with name * show selected values count (wip) * fixed profile update * cleanup * Update pubspec.yaml * made `AnimatedDialogPicker` more generic * switched to local `Dimens` * fixed `MeteringTopBarShape` * rename * animated `EquipmentProfileContainer` * added default equipment profile * change equipment profile name via dialog * fixed profile selection * filter equipment profile update/delete * removed `enabled` param from settings section * non-null `EquipmentProfile` * fixed duplicate GlobalKeys * animated equipment list * Update ci.yml * fixed shutter speed anchor issue * autofocus * added firebase to project * save/restore equipment profiles * unified `SliverList` * added SSH key to iap repo * Update ci.yml * ci recursive submodules * try full url * Revert "try full url" This reverts commit a9b692b60ea5b2e88188a5d497467708becb4a02. * restore firebase_options.dart * changed runner to macos * restore options earlier * removed problematic file from analysis :) * removed launch_app * textoverflow * implemented `DialogRangePicker` * add iap repo to cd * typo * added workflow_dispatch to crowdin push * removed `equipmentProfileValuesCount` from intl * fr & ru translations * style * removed iap
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-07-25 15:24:04 +00:00
lib/firebase_options.dart
coverage/