From a3e8e1470d7882a3cd1b1f9bc084795456fa0cc5 Mon Sep 17 00:00:00 2001 From: Max Cobb <5754073+maxxfrazer@users.noreply.github.com> Date: Wed, 7 Aug 2019 13:08:55 +0100 Subject: [PATCH] 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 --- Swift.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Swift.gitignore b/Swift.gitignore index 421ae0bb..4e401e1b 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -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