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:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,2 +1,4 @@
|
||||
# 大模型素材:本地下载用于上传到 OpenList,不入库(~3GB)
|
||||
/Models/
|
||||
/build/
|
||||
.DS_Store
|
||||
|
||||
Reference in New Issue
Block a user