Forráskód Böngészése

Ignore local Xcode workspace artifacts.

Add ignore rules for repo-local derived data and xcuserdata folders so machine-specific build metadata no longer appears as untracked noise in git status.

Made-with: Cursor
Hussain Afzal 3 hónapja
szülő
commit
9ed80b2bb2
1 módosított fájl, 2 hozzáadás és 0 törlés
  1. 2 0
      .gitignore

+ 2 - 0
.gitignore

@@ -0,0 +1,2 @@
+.deriveddata/
+**/xcuserdata/