From 9c7ea756573d11508cdbc85faec8e6cf91fd0e5d Mon Sep 17 00:00:00 2001 From: tequ Date: Thu, 3 Jul 2025 20:59:06 +0900 Subject: [PATCH] ignore output dir on check --- biome.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biome.jsonc b/biome.jsonc index 2cbea0b..f8f0ca3 100644 --- a/biome.jsonc +++ b/biome.jsonc @@ -6,7 +6,7 @@ "useIgnoreFile": false }, "files": { - "includes": ["**", "!*/**/*.astro"], + "includes": ["**", "!*/**/*.astro", "!.astro", "!dist"], "ignoreUnknown": false }, "formatter": {