From 43306fbb6d0cdfc91d4adfc12101547628675c65 Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 16 May 2025 00:23:51 -0400 Subject: [PATCH] fix: add dist folder to ignore list in biome configuration --- biome.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biome.json b/biome.json index 46ee8c9..d4da482 100644 --- a/biome.json +++ b/biome.json @@ -7,7 +7,7 @@ }, "files": { "ignoreUnknown": true, - "ignore": [] + "ignore": ["dist/**"] }, "formatter": { "enabled": true,