34 lines
517 B
Plaintext
34 lines
517 B
Plaintext
# Created by https://www.gitignore.io/api/xcode
|
|
|
|
### Xcode ###
|
|
# Xcode
|
|
#
|
|
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
|
|
|
|
## Build generated
|
|
.build/
|
|
build/
|
|
DerivedData
|
|
Carthage/
|
|
Packages/
|
|
*.xcodeproj/
|
|
Package.resolved
|
|
|
|
## Various settings
|
|
*.pbxuser
|
|
!default.pbxuser
|
|
*.mode1v3
|
|
!default.mode1v3
|
|
*.mode2v3
|
|
!default.mode2v3
|
|
*.perspectivev3
|
|
!default.perspectivev3
|
|
xcuserdata
|
|
|
|
## Other
|
|
*.xccheckout
|
|
*.moved-aside
|
|
*.xcuserstate
|
|
*.xcscmblueprint
|
|
XcodeDevelopment/
|