refactor: add opennext and wrangler folder to the ignore patterns in biome.json

This commit is contained in:
javayhu 2025-07-14 22:27:22 +08:00
parent d7077cb3d4
commit 3a81a96316

View File

@ -9,6 +9,8 @@
"ignoreUnknown": true, "ignoreUnknown": true,
"ignore": [ "ignore": [
".next/**", ".next/**",
".open-next/**",
".wrangler/**",
".cursor/**", ".cursor/**",
".vscode/**", ".vscode/**",
".source/**", ".source/**",
@ -69,6 +71,8 @@
}, },
"ignore": [ "ignore": [
".next/**", ".next/**",
".open-next/**",
".wrangler/**",
".cursor/**", ".cursor/**",
".vscode/**", ".vscode/**",
".source/**", ".source/**",