From bc43719ffca465202da235ed47fd2a285fd94b15 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Mon, 13 Jul 2026 21:04:57 -0700 Subject: [PATCH] knip.js: Expand ignored files in axo directory --- knip.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/knip.js b/knip.js index e43539d78f..80ae300e7a 100644 --- a/knip.js +++ b/knip.js @@ -74,7 +74,7 @@ const config = { ], ignoreFiles: [ 'ts/components/Profiler.dom.tsx', - ...(PROD_ONLY ? ['ts/axo/*.dom.tsx'] : []), + ...(PROD_ONLY ? ['ts/axo/**/*.dom.tsx'] : []), ], ignoreBinaries: PROD_ONLY ? ['electron'] : [], storybook: {