From 4449ad2795d2571539e82939341ae305d43db7db Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Wed, 24 Dec 2025 18:54:08 +0300 Subject: [PATCH] Fixed exclusions for analytics and metrics files --- biome.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/biome.json b/biome.json index 5ae7a48..ab7121a 100644 --- a/biome.json +++ b/biome.json @@ -14,7 +14,9 @@ "!composer.json", "!composer.lock", "!package.json", - "!package-lock.json" + "!package-lock.json", + "!analytics.*", + "!metrics.*" ] }, "formatter": {