We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36b0941 commit b88a5caCopy full SHA for b88a5ca
Cargo.toml
@@ -3,3 +3,9 @@ members = [
3
"*/rust/*/*",
4
"sample-apps/*/extensions/*",
5
]
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