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:
parent
ce5da10a3a
commit
fcfbe8d3a3
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user