1
1
mirror of https://github.com/kean/Nuke.git synced 2024-11-28 12:04:01 +03:00
Nuke/.gitignore

59 lines
978 B
Plaintext
Raw Normal View History

2016-02-26 19:23:28 +03:00
## System
.DS_Store
## Build generated
2015-03-11 13:53:26 +03:00
build/
DerivedData
Nuke.xcodeproj/xcshareddata/xcbaselines/
2022-06-16 00:38:25 +03:00
.swiftpm/
## 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
*.xccheckout
2016-02-26 19:23:28 +03:00
*.moved-aside
*.xcuserstate
*.xcscmblueprint
2016-02-26 19:23:28 +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
## Carthage
2016-02-26 19:23:28 +03:00
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
Carthage