2016-02-26 19:23:28 +03:00
|
|
|
## System
|
|
|
|
.DS_Store
|
|
|
|
|
2016-03-10 22:51:25 +03:00
|
|
|
## Build generated
|
2015-03-11 13:53:26 +03:00
|
|
|
build/
|
2016-03-10 22:51:25 +03:00
|
|
|
DerivedData
|
2016-09-30 23:07:03 +03:00
|
|
|
Nuke.xcodeproj/xcshareddata/xcbaselines/
|
2022-06-16 00:38:25 +03:00
|
|
|
.swiftpm/
|
2016-03-10 22:51:25 +03:00
|
|
|
|
|
|
|
## Various settings
|
2015-03-11 13:53:26 +03:00
|
|
|
*.pbxuser
|
|
|
|
!default.pbxuser
|
|
|
|
*.mode1v3
|
|
|
|
!default.mode1v3
|
|
|
|
*.mode2v3
|
|
|
|
!default.mode2v3
|
|
|
|
*.perspectivev3
|
|
|
|
!default.perspectivev3
|
|
|
|
xcuserdata
|
2016-02-26 19:23:28 +03:00
|
|
|
|
|
|
|
## Other
|
2016-03-10 22:51:25 +03:00
|
|
|
*.xccheckout
|
2016-02-26 19:23:28 +03:00
|
|
|
*.moved-aside
|
|
|
|
*.xcuserstate
|
2016-03-10 22:51:25 +03:00
|
|
|
*.xcscmblueprint
|
2016-02-26 19:23:28 +03:00
|
|
|
|
2016-03-10 22:51:25 +03:00
|
|
|
## Obj-C/Swift specific
|
|
|
|
*.hmap
|
|
|
|
*.ipa
|
2016-02-26 19:23:28 +03:00
|
|
|
|
|
|
|
## Playgrounds
|
|
|
|
timeline.xctimeline
|
|
|
|
playground.xcworkspace
|
|
|
|
|
|
|
|
|
|
|
|
## Swift Package Manager
|
|
|
|
#
|
|
|
|
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
|
|
|
|
# Packages/
|
|
|
|
|
|
|
|
.build/
|
|
|
|
|
|
|
|
|
|
|
|
## CocoaPods
|
2015-03-11 13:53:26 +03:00
|
|
|
#
|
|
|
|
# We recommend against adding the Pods directory to your .gitignore. However
|
|
|
|
# you should judge for yourself, the pros and cons are mentioned at:
|
2016-02-26 19:23:28 +03:00
|
|
|
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
|
2015-03-11 13:53:26 +03:00
|
|
|
#
|
2015-09-16 23:32:55 +03:00
|
|
|
|
|
|
|
Pods/
|
2016-02-26 19:23:28 +03:00
|
|
|
|
|
|
|
|
2017-01-26 13:15:06 +03:00
|
|
|
## Carthage
|
2016-02-26 19:23:28 +03:00
|
|
|
#
|
|
|
|
# Add this line if you want to avoid checking in source code from Carthage dependencies.
|
|
|
|
|
2017-01-21 22:49:32 +03:00
|
|
|
Carthage
|