From ccfa32cba8c700f2d558427e796f3338968f825d Mon Sep 17 00:00:00 2001 From: "@zimeg" Date: Tue, 10 Dec 2024 16:52:19 -0800 Subject: [PATCH] build: ignore autogen docusaurus files when formatting --- biome.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/biome.json b/biome.json index 73f39e3c0..53046fcf5 100644 --- a/biome.json +++ b/biome.json @@ -1,10 +1,7 @@ { "$schema": "https://biomejs.dev/schemas/1.8.3/schema.json", "files": { - "ignore": [ - "docs/_site", - "examples/**/dist" - ] + "ignore": ["docs/.docusaurus", "examples/**/dist"] }, "formatter": { "enabled": true,