From 6dcfe7cd9a785638cb49de70050ccc4372111de2 Mon Sep 17 00:00:00 2001 From: hailin Date: Mon, 23 Feb 2026 05:10:54 -0800 Subject: [PATCH] =?UTF-8?q?chore:=20gitignore=20iOS=20=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E7=94=9F=E6=88=90=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - ios/Flutter/ephemeral/ — 构建临时文件 - ios/Runner/GeneratedPluginRegistrant.* — 插件注册表 Co-Authored-By: Claude Opus 4.6 --- it0_app/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/it0_app/.gitignore b/it0_app/.gitignore index 3820a95..c186ec2 100644 --- a/it0_app/.gitignore +++ b/it0_app/.gitignore @@ -26,6 +26,8 @@ migrate_working_dir/ # Flutter/Dart/Pub related **/doc/api/ **/ios/Flutter/.last_build_id +**/ios/Flutter/ephemeral/ +**/ios/Runner/GeneratedPluginRegistrant.* .dart_tool/ .flutter-plugins-dependencies .pub-cache/