From 1cea1c0dda05734fc018baa5fca61da444eb3d0d Mon Sep 17 00:00:00 2001 From: moreal Date: Mon, 29 Jul 2024 08:52:25 +0900 Subject: [PATCH] fix: ignore build result files when running biome --- biome.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biome.json b/biome.json index a8c0185..8c26548 100644 --- a/biome.json +++ b/biome.json @@ -8,6 +8,6 @@ "ignore": [] }, "files": { - "ignore": ["./src/generated/*.ts"] + "ignore": ["./src/generated/*.ts", "dist"] } }