chore: gitignore iOS 自动生成文件
- ios/Flutter/ephemeral/ — 构建临时文件 - ios/Runner/GeneratedPluginRegistrant.* — 插件注册表 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
4651291468
commit
6dcfe7cd9a
|
|
@ -26,6 +26,8 @@ migrate_working_dir/
|
||||||
# Flutter/Dart/Pub related
|
# Flutter/Dart/Pub related
|
||||||
**/doc/api/
|
**/doc/api/
|
||||||
**/ios/Flutter/.last_build_id
|
**/ios/Flutter/.last_build_id
|
||||||
|
**/ios/Flutter/ephemeral/
|
||||||
|
**/ios/Runner/GeneratedPluginRegistrant.*
|
||||||
.dart_tool/
|
.dart_tool/
|
||||||
.flutter-plugins-dependencies
|
.flutter-plugins-dependencies
|
||||||
.pub-cache/
|
.pub-cache/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue