m3_lightmeter/.gitignore

45 lines
701 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