Browse Source

Add Swift Package Manager to Swift.gitignore

Matches the style used for Carthage - build disabled by default, checkouts optionally disabled.
pull/1785/head
Nate Stedman 8 years ago
parent
commit
611c239f68
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      Swift.gitignore

+ 6
- 0
Swift.gitignore 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

Loading…
Cancel
Save