From 2ef5f12db785c9d5a9c973067b0ad1b0824da0bb Mon Sep 17 00:00:00 2001 From: G Date: Mon, 6 May 2024 15:50:57 +0000 Subject: [PATCH] ignore files in utils folder --- biome.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biome.json b/biome.json index f8103ba..4372589 100644 --- a/biome.json +++ b/biome.json @@ -55,6 +55,6 @@ "clientKind": "git" }, "files": { - "ignore": ["babel.config.js"] + "ignore": ["babel.config.js", "src/utils/*"] } } -- libgit2 0.27.1