Skip to content

Commit 6c20856

Browse files
authored
chore: exclude benches pnpm lock file (#64)
1 parent edbc257 commit 6c20856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ license = "MIT"
1515
readme = "README.md"
1616
repository = "https://github.com/web-infra-dev/rspack-resolver"
1717
rust-version = "1.70"
18-
include = ["/src", "/examples", "/benches"]
18+
include = ["/src", "/examples", "/benches", "!/benches/pnpm-lock.yaml"]
1919

2020
[lib]
2121
doctest = false

0 commit comments

Comments
 (0)