PMU-PIbd-31-Potapov-N-S/.gitignore

44 lines
691 B
Plaintext
Raw Permalink Normal View History

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