2023-01-07 21:43:31 -05:00
|
|
|
# Miscellaneous
|
|
|
|
*.class
|
|
|
|
*.log
|
|
|
|
*.pyc
|
|
|
|
*.swp
|
|
|
|
.DS_Store
|
|
|
|
.atom/
|
|
|
|
.buildlog/
|
|
|
|
.history
|
|
|
|
.svn/
|
|
|
|
migrate_working_dir/
|
|
|
|
|
|
|
|
# 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.
|
2023-10-22 10:02:57 -04:00
|
|
|
.vscode/
|
2023-01-07 21:43:31 -05:00
|
|
|
|
|
|
|
# Flutter/Dart/Pub related
|
|
|
|
**/doc/api/
|
|
|
|
**/ios/Flutter/.last_build_id
|
|
|
|
.dart_tool/
|
|
|
|
.flutter-plugins
|
|
|
|
.flutter-plugins-dependencies
|
|
|
|
.packages
|
|
|
|
.pub-cache/
|
|
|
|
.pub/
|
|
|
|
/build/
|
|
|
|
|
2023-10-10 10:42:00 -04:00
|
|
|
# Flutter generated files
|
|
|
|
# Not doing this at this time: https://stackoverflow.com/questions/56110386/should-i-commit-generated-code-in-flutter-dart-to-vcs
|
|
|
|
# *.g.dart
|
|
|
|
# *.freezed.dart
|
|
|
|
# *.pb.dart
|
|
|
|
# *.pbenum.dart
|
|
|
|
# *.pbjson.dart
|
|
|
|
# *.pbserver.dart
|
|
|
|
|
2023-01-07 21:43:31 -05:00
|
|
|
# Symbolication related
|
|
|
|
app.*.symbols
|
|
|
|
|
|
|
|
# Obfuscation related
|
|
|
|
app.*.map.json
|
|
|
|
|
|
|
|
# Android Studio will place build artifacts here
|
|
|
|
/android/app/debug
|
|
|
|
/android/app/profile
|
|
|
|
/android/app/release
|
2023-01-10 21:04:18 -05:00
|
|
|
|
|
|
|
# WASM
|
2023-10-22 10:02:57 -04:00
|
|
|
/web/wasm/
|
2023-11-19 11:34:28 -05:00
|
|
|
|
|
|
|
android/key.properties
|