From 5d12ada262d6cc9c0a74619364344d80ac9a67e0 Mon Sep 17 00:00:00 2001 From: hailin Date: Sun, 22 Feb 2026 16:31:29 -0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=BB=E5=8A=A0=20assets/images/.gitk?= =?UTF-8?q?eep=20=E4=BF=9D=E7=95=99=E7=A9=BA=E7=9B=AE=E5=BD=95=EF=BC=8C?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9E=84=E5=BB=BA=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 问题: pubspec.yaml 声明了 assets/images/ 目录,但该目录为空。 Git 不追踪空目录,其他机器 clone 后缺少此目录,导致: "Error: unable to find directory entry in pubspec.yaml: assets\images\" Co-Authored-By: Claude Opus 4.6 --- it0_app/assets/images/.gitkeep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 it0_app/assets/images/.gitkeep diff --git a/it0_app/assets/images/.gitkeep b/it0_app/assets/images/.gitkeep new file mode 100644 index 0000000..e69de29