瀏覽代碼

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 2 月之前
父節點
當前提交
9a6b62a578
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

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