1
0
mirror of https://github.com/github/gitignore synced 2024-11-26 05:34:21 +01:00

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.
This commit is contained in:
Sebastian Ritter 2022-03-05 14:06:00 +01:00 committed by GitHub
parent ce5da10a3a
commit fcfbe8d3a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,9 @@
# #
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
## SwiftPM
.swiftpm
## User settings ## User settings
xcuserdata/ xcuserdata/
@ -88,3 +91,6 @@ fastlane/test_output
# https://github.com/johnno1962/injectionforxcode # https://github.com/johnno1962/injectionforxcode
iOSInjectionProject/ iOSInjectionProject/
# Ever needed
.DS_Store