refactor: add opennext and wrangler folder to the ignore patterns in biome.json
This commit is contained in:
parent
d7077cb3d4
commit
3a81a96316
@ -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/**",
|
||||
|
Loading…
Reference in New Issue
Block a user