Updated .gitignore
This commit is contained in:
parent
1c33ea4a02
commit
43a692bece
15
.gitignore
vendored
15
.gitignore
vendored
@ -4,7 +4,12 @@
|
||||
|
||||
# Xcode
|
||||
#
|
||||
|
||||
## Build generated
|
||||
build/
|
||||
DerivedData
|
||||
|
||||
## Various settings
|
||||
*.pbxuser
|
||||
!default.pbxuser
|
||||
*.mode1v3
|
||||
@ -14,10 +19,16 @@ build/
|
||||
*.perspectivev3
|
||||
!default.perspectivev3
|
||||
xcuserdata
|
||||
|
||||
## Other
|
||||
*.xccheckout
|
||||
*.moved-aside
|
||||
DerivedData
|
||||
*.xcuserstate
|
||||
*.xcscmblueprint
|
||||
|
||||
## Obj-C/Swift specific
|
||||
*.hmap
|
||||
*.ipa
|
||||
*.xcuserstate
|
||||
|
||||
## Project-Specific
|
||||
Delta.playground
|
||||
|
||||
Loading…
Reference in New Issue
Block a user