From 3a81a963164868dbd62cc601cd1a3bc81a414fa5 Mon Sep 17 00:00:00 2001 From: javayhu Date: Mon, 14 Jul 2025 22:27:22 +0800 Subject: [PATCH] refactor: add opennext and wrangler folder to the ignore patterns in biome.json --- biome.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/biome.json b/biome.json index 73731e2..b4cb993 100644 --- a/biome.json +++ b/biome.json @@ -9,6 +9,8 @@ "ignoreUnknown": true, "ignore": [ ".next/**", + ".open-next/**", + ".wrangler/**", ".cursor/**", ".vscode/**", ".source/**", @@ -69,6 +71,8 @@ }, "ignore": [ ".next/**", + ".open-next/**", + ".wrangler/**", ".cursor/**", ".vscode/**", ".source/**",