From c6ade104c3f250598d5d5e8d79e450ba2a6bb066 Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Wed, 24 Dec 2025 18:33:51 +0300 Subject: [PATCH] Exclude `analytics.*` and `metrics.*` files from export configuration in `biome.json` --- 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": {