From df6937ade1ad5e689470bcc7dd382f7f5c30f26b Mon Sep 17 00:00:00 2001 From: Edward Shen Date: Wed, 24 Feb 2021 16:29:40 -0500 Subject: [PATCH] exclude fuzz folder from cargo --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 0c90cbf..df8eb97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,7 @@ name = "git-config" version = "0.1.0" authors = ["Edward Shen "] edition = "2018" +exclude = ["fuzz/**/*", ".vscode/**/*"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html