From fc3c69c2a98b439a22cc7e7e95dfdef82f321b25 Mon Sep 17 00:00:00 2001 From: webadderall <131426131+webadderall@users.noreply.github.com> Date: Mon, 21 Sep 2026 19:51:38 +1000 Subject: [PATCH] chore: exclude standalone design catalogs from CodeRabbit --- .coderabbit.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.coderabbit.yaml b/.coderabbit.yaml index cb9f84b3..d76b79e5 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -1,5 +1,9 @@ reviews: profile: assertive + # Standalone design previews; keep runtime code and tests in review. + path_filters: + - "!design-*.html" + - "!src/design-*.tsx" auto_review: enabled: true base_branches: