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 a533fe9 commit 604634bCopy full SHA for 604634b
.gitignore
@@ -14,4 +14,8 @@ target/
14
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
15
# and can be added to the global gitignore or merged into this file. For a more nuclear
16
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
17
-#.idea/
+#.idea/
18
+
19
+# Do not commit cargo lockfiles since they create git history churn and are not
20
+# necessarily compatible across different Rust versions.
21
+Cargo.lock
Cargo.lock
0 commit comments