diff --git a/websites/heft.rushstack.io/docs/pages/configs/heft_json.md b/websites/heft.rushstack.io/docs/pages/configs/heft_json.md index 68245b99..439c9fab 100644 --- a/websites/heft.rushstack.io/docs/pages/configs/heft_json.md +++ b/websites/heft.rushstack.io/docs/pages/configs/heft_json.md @@ -124,7 +124,7 @@ title: heft.json // * // * For glob syntax, refer to: https://www.npmjs.com/package/fast-glob // */ - // // "excludeGlobs": [], + // // "includeGlobs": [ "lib" ], // // // /** @@ -134,7 +134,7 @@ title: heft.json // * // * For glob syntax, refer to: https://www.npmjs.com/package/fast-glob // */ - // // "includeGlobs": [ "**/temp" ] + // // "excludeGlobs": [ "**/temp" ] // } ],