From 94d7d747ddaeecc41fdbed152c156b1a719cddd7 Mon Sep 17 00:00:00 2001 From: Zabil Cheriya Maliackal Date: Fri, 23 Aug 2024 10:16:00 +0100 Subject: [PATCH] Ignore folders Signed-off-by: Zabil Cheriya Maliackal --- biome.jsonc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/biome.jsonc b/biome.jsonc index a74b787eb..5ac3b4ba3 100644 --- a/biome.jsonc +++ b/biome.jsonc @@ -7,7 +7,11 @@ "src/gen", ".vscode", "reports", - ".gauge" + ".gauge", + "examples", + "test", + ".local-chromium", + "types" ] }, "formatter": {