git-touch-android-ios-app/.gitignore

48 lines
753 B
Plaintext
Raw Normal View History

2018-12-27 15:31:02 +01:00
# Miscellaneous
*.class
*.log
*.pyc
*.swp
2018-04-18 14:38:28 +02:00
.DS_Store
2018-12-27 15:31:02 +01:00
.atom/
.buildlog/
.history
.svn/
2022-06-25 19:20:24 +02:00
migrate_working_dir/
2018-12-27 15:31:02 +01:00
# IntelliJ related
*.iml
*.ipr
*.iws
.idea/
2019-09-23 14:59:34 +02:00
# 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/
2018-04-18 14:38:28 +02:00
2018-12-27 15:31:02 +01:00
# Flutter/Dart/Pub related
**/doc/api/
2020-10-05 13:26:59 +02:00
**/ios/Flutter/.last_build_id
2018-12-27 15:31:02 +01:00
.dart_tool/
.flutter-plugins
2020-10-05 13:26:59 +02:00
.flutter-plugins-dependencies
2018-04-18 14:38:28 +02:00
.packages
2018-12-27 15:31:02 +01:00
.pub-cache/
2018-04-18 14:38:28 +02:00
.pub/
2019-09-23 14:59:34 +02:00
/build/
2018-04-18 14:38:28 +02:00
2020-10-05 13:26:59 +02:00
# Web related
lib/generated_plugin_registrant.dart
2018-12-27 15:31:02 +01:00
2020-10-05 13:26:59 +02:00
# Symbolication related
app.*.symbols
2018-12-27 15:31:02 +01:00
2020-10-05 13:26:59 +02:00
# Obfuscation related
app.*.map.json
2022-06-25 19:20:24 +02:00
# Android Studio will place build artifacts here
/android/app/debug
/android/app/profile
/android/app/release