From 19603b84e8c30d6a88142a089a3a6a3460a1f47f Mon Sep 17 00:00:00 2001 From: imbytecat Date: Sat, 17 Jan 2026 01:35:42 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=9C=A8=E7=94=9F=E7=89=A9=E7=BE=A4?= =?UTF-8?q?=E7=B3=BB=E9=85=8D=E7=BD=AE=E4=B8=AD=E6=B7=BB=E5=8A=A0=E6=8E=92?= =?UTF-8?q?=E9=99=A4=E8=B7=AF=E7=94=B1=E6=A0=91=E7=94=9F=E6=88=90=E8=A7=84?= =?UTF-8?q?=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在生物群系配置中添加排除路由树生成文件的规则 --- biome.json | 1 + 1 file changed, 1 insertion(+) diff --git a/biome.json b/biome.json index 7464f81..6f55195 100644 --- a/biome.json +++ b/biome.json @@ -6,6 +6,7 @@ "useIgnoreFile": true }, "files": { + "includes": ["**", "!**/routeTree.gen.ts"], "ignoreUnknown": false }, "formatter": {