Skip to content

Commit 611c239

Browse files
committed
Add Swift Package Manager to Swift.gitignore
Matches the style used for Carthage - build disabled by default, checkouts optionally disabled.
1 parent 31c8ed9 commit 611c239

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Swift.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ xcuserdata
2727
*.hmap
2828
*.ipa
2929

30+
# Swift Package Manager
31+
#
32+
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
33+
# Packages/
34+
.build/
35+
3036
# CocoaPods
3137
#
3238
# We recommend against adding the Pods directory to your .gitignore. However

0 commit comments

Comments
 (0)