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 9daf9a6 commit 42b25ccCopy full SHA for 42b25cc
.gitignore
@@ -59,6 +59,14 @@ venv
59
.clangd
60
new.info
61
62
+# Cargo drops lock files in projects to capture resolved dependencies.
63
+# We don't want to record these.
64
+Cargo.lock
65
+
66
+# Cargo encourages a .cargo/config.toml file to symlink to a generated
67
+# file. Don't save these.
68
+.cargo/
69
70
# CI output
71
compliance.xml
72
_error.types
samples/rust/.gitignore
0 commit comments