From 52ab5f57fd667854ad7506c3eb84fbbad98eb14d Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Tue, 13 Jan 2026 22:37:39 +0300 Subject: [PATCH] Update biome.json to exclude additional directories Added exclusions for coverage, dist, build, and public directories. --- biome.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/biome.json b/biome.json index 215cabc..a6d9495 100644 --- a/biome.json +++ b/biome.json @@ -16,7 +16,11 @@ "!package.json", "!package-lock.json", "!**/analytics.*", - "!**/metrics.*" + "!**/metrics.*", + "!coverage", + "!dist", + "!build", + "!public" ] }, "formatter": {