From d9cf55d5532948ebc3a2ac160f42645931d4cfbd Mon Sep 17 00:00:00 2001 From: Charlie Lamb Date: Tue, 27 Jan 2026 20:10:17 +0000 Subject: [PATCH] chore: update knip config --- knip.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/knip.json b/knip.json index c7eea5cd3..8eb665749 100644 --- a/knip.json +++ b/knip.json @@ -7,7 +7,13 @@ "server": { "entry": ["tests/**/*.ts"], "project": ["src/**/*.ts", "tests/**/*.ts"], - "ignore": ["src/_luaScripts/**", "src/_luaScriptsV2/**"] + "ignore": [ + "src/_luaScripts/**", + "src/_luaScriptsV2/**", + "src/utils/importUtils/**", + "src/utils/scriptUtils/**", + "src/utils/workerUtils/**" + ] }, "shared": { "entry": ["index.ts"], @@ -16,7 +22,8 @@ }, "vite": { "entry": ["src/main.tsx"], - "project": ["src/**/*.{ts,tsx}"] + "project": ["src/**/*.{ts,tsx}"], + "ignore": ["src/components/ai-elements/**"] }, "scripts": { "entry": ["**/*.{ts,js}"],