m3_lightmeter/.gitignore

61 lines
978 B
Text
Raw Permalink 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
2023-03-16 10:45:37 +00:00
.fvm/
.jks
2023-03-26 09:02:21 +00:00
keystore.properties
android/app/google-services.json
ios/firebase_app_id_file.json
ios/Runner/GoogleService-Info.plist
lib/firebase_options.dart