Skip to content

Instantly share code, notes, and snippets.

@Nirma
Created October 23, 2019 02:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nirma/2d8da3190d309d3de8c7573fa192491a to your computer and use it in GitHub Desktop.
Save Nirma/2d8da3190d309d3de8c7573fa192491a to your computer and use it in GitHub Desktop.
Xcode .gitignore
## ---------- File system related ----------
.DS_Store
## ---------- Build Related ----------
build/
DerivedData
build.xcarchive
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
*.xcuserstate
*.xcscmblueprint
*.hmap
*.ipa
## ---------- Cocoapods ----------
Pods/
## ---------- Carthage ----------
Carthage/Checkouts
Carthage/Build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment