Add Swift Package Manager to Swift.gitignore
Matches the style used for Carthage - build disabled by default, checkouts optionally disabled.
This commit is contained in:
parent
31c8ed9829
commit
611c239f68
@ -27,6 +27,12 @@ xcuserdata
|
||||
*.hmap
|
||||
*.ipa
|
||||
|
||||
# Swift Package Manager
|
||||
#
|
||||
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
|
||||
# Packages/
|
||||
.build/
|
||||
|
||||
# CocoaPods
|
||||
#
|
||||
# We recommend against adding the Pods directory to your .gitignore. However
|
||||
|
Loading…
Reference in New Issue
Block a user