We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7c43e0 commit db7f3f7Copy full SHA for db7f3f7
.gitignore
@@ -2,6 +2,12 @@
2
.DS_Store
3
xcuserdata/
4
5
+# In a lib, [committing the Package.resolved file is not very interesting](<https://forums.swift.org/t/14699/33>).
6
+# An interesting suggestion from the thread is to commit a Package.resolved file wiht the oldest version supported of the dependencies pinned.
7
+# This allows making sure our lib works with the oldest version of the dependencies we support.
8
+# In theory, if semver is properly followed by our dependencies this should not be needed.
9
+/Package.resolved
10
+
11
# The SPM build folder
12
/.build/
13
# This folder is used by SPM when a package is put in “edit” mode (`swift
Package.resolved
0 commit comments