mirror of
https://github.com/vale981/gitignore
synced 2025-03-04 17:31:42 -05: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:
parent
31c8ed9829
commit
611c239f68
1 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue