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,
"ignore": [
".next/**",
".open-next/**",
".wrangler/**",
".cursor/**",
".vscode/**",
".source/**",
@ -69,6 +71,8 @@
},
"ignore": [
".next/**",
".open-next/**",
".wrangler/**",
".cursor/**",
".vscode/**",
".source/**",