diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 021195bb46..4d9262c761 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -6,6 +6,7 @@ version = "1.25.2" authors = ["the Deno authors"] default-run = "deno" edition = "2021" +exclude = ["tests/testdata/npm/registry/*"] license = "MIT" repository = "https://github.com/denoland/deno" description = "Provides the deno executable"