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