Commit 611c239f authored by Nate Stedman's avatar Nate Stedman

Add Swift Package Manager to Swift.gitignore

Matches the style used for Carthage - build disabled by default, checkouts optionally disabled.
parent 31c8ed98
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment