Skip to content

Commit b88a5ca

Browse files
committed
exclude JS extensions from cargo workspace
1 parent 36b0941 commit b88a5ca

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,9 @@ members = [
33
"*/rust/*/*",
44
"sample-apps/*/extensions/*",
55
]
6+
exclude = [
7+
# Excludes do not support globbing -- https://github.com/rust-lang/cargo/issues/11405
8+
"sample-apps/delivery-customizations/extensions/delivery-customization-js",
9+
"sample-apps/discounts/extensions/product-discount-js",
10+
"sample-apps/payment-customizations/extensions/payment-customization-js/",
11+
]

0 commit comments

Comments
 (0)