103 lines
1.7 KiB
Plaintext
103 lines
1.7 KiB
Plaintext
# Miscellaneous
|
|
*.class
|
|
*.log
|
|
*.pyc
|
|
*.swp
|
|
.DS_Store
|
|
.atom/
|
|
.build/
|
|
.buildlog/
|
|
.history
|
|
.svn/
|
|
.swiftpm/
|
|
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.
|
|
#.vscode/
|
|
|
|
# Flutter/Dart/Pub related
|
|
**/doc/api/
|
|
**/ios/Flutter/.last_build_id
|
|
.dart_tool/
|
|
.flutter-plugins
|
|
.flutter-plugins-dependencies
|
|
.pub-cache/
|
|
.pub/
|
|
/build/
|
|
/coverage/
|
|
lcov.info
|
|
flutter_export_environment.sh
|
|
|
|
# Flutter metadata (project-level, not needed in VCS)
|
|
.metadata
|
|
|
|
# Dart code generation (build_runner, drift, riverpod, freezed, go_router)
|
|
*.g.dart
|
|
*.freezed.dart
|
|
*.gr.dart
|
|
*.mocks.dart
|
|
|
|
# Environment / secrets
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# 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
|
|
|
|
# Android local config
|
|
/android/local.properties
|
|
/android/key.properties
|
|
*.jks
|
|
*.keystore
|
|
|
|
# iOS / macOS
|
|
**/ios/Flutter/Flutter.framework
|
|
**/ios/Flutter/Flutter.podspec
|
|
**/ios/**/*.xcworkspace/
|
|
**/macos/**/*.xcworkspace/
|
|
Pods/
|
|
.symlinks/
|
|
|
|
# Windows (platform artifacts)
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
Desktop.ini
|
|
|
|
# Merge/patch leftovers
|
|
*.orig
|
|
*.rej
|
|
|
|
# SQLite / Drift (если БД случайно окажется в корне проекта)
|
|
*.db
|
|
*.db-journal
|
|
*.db-shm
|
|
*.db-wal
|
|
*.sqlite
|
|
|
|
# Firebase (на случай подключения в будущем)
|
|
google-services.json
|
|
GoogleService-Info.plist
|
|
|
|
# Fastlane (автоматизация деплоя)
|
|
fastlane/report.xml
|
|
fastlane/Preview.html
|
|
fastlane/screenshots/**/*.png
|
|
fastlane/test_output
|