Explorar el Código

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 hace 3 semanas
padre
commit
9a6b62a578
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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