From da6223e05194e8eb47630c89d0cfa3f93a1689b8 Mon Sep 17 00:00:00 2001 From: link2026 Date: Sun, 31 May 2026 17:11:56 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=81=9C=E6=AD=A2=E8=B7=9F=E8=B8=AA?= =?UTF-8?q?=20build/=20=E6=9E=84=E5=BB=BA=E4=BA=A7=E7=89=A9,=E8=A1=A5?= =?UTF-8?q?=E5=85=A8=20.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit build/(xcarchive + export ipa + DerivedData)是编译/打包产物, 不该入库。git rm --cached 移出 24 个误提交文件(磁盘保留), .gitignore 已含 build/ 规则,后续不再污染 status。 Co-Authored-By: Claude Opus 4.8 (1M context) --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 6125fc9..00603ee 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ # 大模型素材:本地下载用于上传到 OpenList,不入库(~3GB) /Models/ +/build/ +.DS_Store