geo-smart-app/.gitignore

46 lines
709 B
Plaintext
Raw Permalink Normal View History

2019-10-27 10:18:28 +00:00
# Miscellaneous
*.class
*.log
*.pyc
*.swp
.DS_Store
.atom/
2024-12-25 05:37:16 +00:00
.build/
2019-10-27 10:18:28 +00:00
.buildlog/
.history
.svn/
2024-12-25 05:37:16 +00:00
.swiftpm/
migrate_working_dir/
2019-10-27 10:18:28 +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.
2024-12-25 05:37:16 +00:00
#.vscode/
2019-10-27 10:18:28 +00:00
# Flutter/Dart/Pub related
**/doc/api/
2024-12-25 05:37:16 +00:00
**/ios/Flutter/.last_build_id
2019-10-27 10:18:28 +00:00
.dart_tool/
.flutter-plugins
.flutter-plugins-dependencies
2019-10-27 10:18:28 +00:00
.pub-cache/
.pub/
/build/
2024-12-25 05:37:16 +00:00
# Symbolication related
app.*.symbols
2019-10-27 10:18:28 +00:00
2024-12-25 05:37:16 +00:00
# Obfuscation related
app.*.map.json
# Android Studio will place build artifacts here
/android/app/debug
/android/app/profile
/android/app/release