From fcfbe8d3a3dd567b2f19dbcf12548b0f0e3394d2 Mon Sep 17 00:00:00 2001 From: Sebastian Ritter Date: Sat, 5 Mar 2022 14:06:00 +0100 Subject: [PATCH] Xcode for SPM The default package manager is SPM. The easy way to open SPM development is ``open Package.swift``. This open XCode and also create the directory ``.swiftpm``. This commit ignore this directory. --- Swift.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Swift.gitignore b/Swift.gitignore index 330d1674..0853de75 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -2,6 +2,9 @@ # # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore +## SwiftPM +.swiftpm + ## User settings xcuserdata/ @@ -88,3 +91,6 @@ fastlane/test_output # https://github.com/johnno1962/injectionforxcode iOSInjectionProject/ + +# Ever needed +.DS_Store