PMU_Repo/.gitignore

44 lines
691 B
Plaintext
Raw Normal View History

2024-12-20 18:07:20 +04:00
# Miscellaneous
*.class
2024-12-20 17:42:24 +04:00
*.log
2024-12-20 18:07:20 +04:00
*.pyc
*.swp
.DS_Store
.atom/
.buildlog/
.history
.svn/
migrate_working_dir/
# IntelliJ related
2024-12-20 17:42:24 +04:00
*.iml
2024-12-20 18:07:20 +04:00
*.ipr
*.iws
2024-12-20 17:42:24 +04:00
.idea/
2024-12-20 18:07:20 +04: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/
2024-12-20 17:42:24 +04:00
2024-12-20 18:07:20 +04:00
# Flutter/Dart/Pub related
**/doc/api/
**/ios/Flutter/.last_build_id
2024-12-20 17:42:24 +04:00
.dart_tool/
.flutter-plugins
.flutter-plugins-dependencies
2024-12-20 18:07:20 +04:00
.pub-cache/
.pub/
/build/
# Symbolication related
app.*.symbols
# Obfuscation related
app.*.map.json
2024-12-20 17:42:24 +04:00
2024-12-20 18:07:20 +04:00
# Android Studio will place build artifacts here
/android/app/debug
/android/app/profile
/android/app/release