Swift: ignore .swiftpm (#3083)

* added files to be ignored with swift package manager

* added comment for swiftpm and why it might want to be included in .gitignore
This commit is contained in:
Max Cobb 2019-08-07 13:08:55 +01:00 committed by Brendan Forster
parent 20e9638392
commit a3e8e1470d
1 changed files with 6 additions and 0 deletions

View File

@ -38,6 +38,12 @@ playground.xcworkspace
# Packages/
# Package.pins
# Package.resolved
# *.xcodeproj
#
# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
# hence it is not needed unless you have added a package configuration file to your project
# .swiftpm
.build/
# CocoaPods