mirror of
https://github.com/ivanvorobei/SwiftUI.git
synced 2026-01-16 14:06:40 +01:00
38 lines
444 B
Plaintext
38 lines
444 B
Plaintext
# Mac OS X
|
|
.DS_Store
|
|
|
|
# Xcode
|
|
## Build generated
|
|
build/
|
|
DerivedData
|
|
|
|
## Various settings
|
|
*.pbxuser
|
|
!default.pbxuser
|
|
*.mode1v3
|
|
!default.mode1v3
|
|
*.mode2v3
|
|
!default.mode2v3
|
|
*.perspectivev3
|
|
!default.perspectivev3
|
|
xcuserdata
|
|
|
|
## Other
|
|
*.xccheckout
|
|
*.moved-aside
|
|
*.xcuserstate
|
|
*.xcscmblueprint
|
|
|
|
## Obj-C/Swift specific
|
|
*.hmap
|
|
*.ipa
|
|
|
|
## Playgrounds
|
|
timeline.xctimeline
|
|
playground.xcworkspace
|
|
|
|
# Swift Package Manager
|
|
.build/
|
|
|
|
# Carthage
|
|
Carthage/Build |