90 lines
1.3 KiB
Plaintext
90 lines
1.3 KiB
Plaintext
# Miscellaneous
|
|
*.class
|
|
*.log
|
|
*.pyc
|
|
*.swp
|
|
.DS_Store
|
|
.atom/
|
|
.buildlog/
|
|
.history
|
|
.svn/
|
|
migrate_working_dir/
|
|
|
|
# IntelliJ related
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.idea/
|
|
|
|
# VS Code
|
|
.vscode/
|
|
*.code-workspace
|
|
|
|
# Flutter/Dart/Pub related
|
|
**/doc/api/
|
|
**/ios/Flutter/.last_build_id
|
|
.dart_tool/
|
|
.flutter-plugins
|
|
.flutter-plugins-dependencies
|
|
.pub-cache/
|
|
.pub/
|
|
/build/
|
|
.packages
|
|
.flutter-plugins-dependencies
|
|
.metadata
|
|
|
|
# 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 相关
|
|
/android/local.properties
|
|
/android/.gradle/
|
|
/android/captures/
|
|
/android/gradlew
|
|
/android/gradlew.bat
|
|
/android/key.properties
|
|
*.jks
|
|
*.keystore
|
|
|
|
# iOS 相关
|
|
/ios/Pods/
|
|
/ios/.symlinks/
|
|
/ios/Flutter/Flutter.framework
|
|
/ios/Flutter/Flutter.podspec
|
|
/ios/Flutter/Generated.xcconfig
|
|
/ios/Flutter/app.flx
|
|
/ios/Flutter/app.zip
|
|
/ios/Flutter/flutter_assets/
|
|
/ios/ServiceDefinitions.json
|
|
/ios/Runner/GeneratedPluginRegistrant.*
|
|
*.mode1v3
|
|
*.mode2v3
|
|
*.moved-aside
|
|
*.pbxuser
|
|
*.perspectivev3
|
|
**/xcuserdata/
|
|
|
|
# Web 相关
|
|
/web/flutter_service_worker.js
|
|
/web/version.json
|
|
|
|
# 依赖锁定文件(可选,团队协作时建议保留)
|
|
pubspec.lock
|
|
|
|
# 环境配置
|
|
.env
|
|
.env.local
|
|
|
|
# 生成的文件
|
|
*.g.dart
|
|
*.freezed.dart
|
|
*.gr.dart
|