1
0
mirror of https://github.com/github/gitignore synced 2024-05-29 08:48:18 +02:00

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

View File

@ -38,6 +38,12 @@ playground.xcworkspace
# Packages/ # Packages/
# Package.pins # Package.pins
# Package.resolved # 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/ .build/
# CocoaPods # CocoaPods