From c5cbb37c615916b7d0b651cf153d7cb46321d056 Mon Sep 17 00:00:00 2001 From: pshu Date: Thu, 10 Apr 2025 10:23:07 +0800 Subject: [PATCH] chore: exclude benches pnpm lock file --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2b84eebd..40dc92d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ license = "MIT" readme = "README.md" repository = "https://github.com/web-infra-dev/rspack-resolver" rust-version = "1.70" -include = ["/src", "/examples", "/benches"] +include = ["/src", "/examples", "/benches", "!/benches/pnpm-lock.yaml"] [lib] doctest = false