diff --git a/.gitignore b/.gitignore index 8a00df60..4df5bae1 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,9 @@ DerivedData # Jazzy Docs docs/ +#SPM +Package.resolved + Carthage # We recommend against adding the Pods directory to your .gitignore. However # you should judge for yourself, the pros and cons are mentioned at: diff --git a/Package.resolved b/Package.resolved deleted file mode 100644 index 335904fc..00000000 --- a/Package.resolved +++ /dev/null @@ -1,16 +0,0 @@ -{ - "object": { - "pins": [ - { - "package": "ZIPFoundation", - "repositoryURL": "https://github.com/weichsel/ZIPFoundation/", - "state": { - "branch": null, - "revision": "edbeaa39b426e54702194b0a601342322f01e400", - "version": "0.9.9" - } - } - ] - }, - "version": 1 -}