1
0
mirror of https://github.com/github/gitignore synced 2024-06-18 10:29:39 +02:00

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:
Nate Stedman 2015-12-04 09:08:40 -05:00
parent 31c8ed9829
commit 611c239f68

View File

@ -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