Browse Source

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
pull/3145/head
Max Cobb 4 years ago
parent
commit
a3e8e1470d
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      Swift.gitignore

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

Loading…
Cancel
Save