From 80af337c0dd6b71c5ecfbc5f067947e332bcfc0a Mon Sep 17 00:00:00 2001 From: afc163 Date: Tue, 8 Jul 2025 17:35:15 +0800 Subject: [PATCH] chore: ignore coverage/lcov-report in biome lint config --- biome.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/biome.json b/biome.json index 24487d51..238ee197 100644 --- a/biome.json +++ b/biome.json @@ -14,7 +14,8 @@ "!**/dist/**", "!**/server/**", "!**/public/**", - "!biome.json" + "!biome.json", + "!coverage/lcov-report/**" ] }, "formatter": {