ソースを参照

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