chore: 停止跟踪 build/ 构建产物,补全 .gitignore

build/(xcarchive + export ipa + DerivedData)是编译/打包产物,
不该入库。git rm --cached 移出 24 个误提交文件(磁盘保留),
.gitignore 已含 build/ 规则,后续不再污染 status。

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
link2026
2026-05-31 17:11:56 +08:00
parent 40155de709
commit da6223e051

2
.gitignore vendored
View File

@@ -1,2 +1,4 @@
# 大模型素材:本地下载用于上传到 OpenList,不入库(~3GB) # 大模型素材:本地下载用于上传到 OpenList,不入库(~3GB)
/Models/ /Models/
/build/
.DS_Store