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 4134f11 commit 87f78daCopy full SHA for 87f78da
.gitignore
@@ -1,2 +1,2 @@
1
-target/
2
-Cargo.lock
+/target/
+/Cargo.lock
fuzz/.gitignore
@@ -1,4 +1,5 @@
-artifacts/
-corpus/
3
-coverage/
4
+/artifacts/
+/corpus/
+/coverage/
5
tests/crate/.gitignore
@@ -0,0 +1,2 @@
0 commit comments