26 lines
622 B
Plaintext
26 lines
622 B
Plaintext
# Created by https://www.gitignore.io/api/xcode
|
|
# Edit at https://www.gitignore.io/?templates=xcode
|
|
|
|
### Xcode ###
|
|
# Xcode
|
|
#
|
|
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
|
|
|
|
## User settings
|
|
xcuserdata/
|
|
|
|
## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
|
|
*.xcscmblueprint
|
|
*.xccheckout
|
|
|
|
## Xcode Patch
|
|
*.xcodeproj/*
|
|
!*.xcodeproj/project.pbxproj
|
|
!*.xcodeproj/xcshareddata/
|
|
!*.xcworkspace/contents.xcworkspacedata
|
|
/*.gcno
|
|
|
|
### Xcode Patch ###
|
|
**/xcshareddata/WorkspaceSettings.xcsettings
|
|
|
|
# End of https://www.gitignore.io/api/xcode |