浏览代码

Ignore .derivedDataAgent and remove local build artifacts from disk

Agent builds used a workspace-local DerivedData path; ignore it like
other Xcode output. Deleted .derivedData, .derivedDataAgent, and build/
folders from the repo tree (regenerable).

Co-authored-by: Cursor <cursoragent@cursor.com>
AhtashamShahzad1 3 周之前
父节点
当前提交
9a6b62a578
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

@@ -2,6 +2,7 @@
2 2
 .DS_Store
3 3
 DerivedData/
4 4
 .derivedData/
5
+.derivedDataAgent/
5 6
 .derivedDataBuild/
6 7
 build/
7 8
 *.xcuserstate