Przeglądaj źródła

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 tygodni temu
rodzic
commit
9a6b62a578
1 zmienionych plików z 1 dodań i 0 usunięć
  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