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,
|
"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/**",
|
||||||
|
Loading…
Reference in New Issue
Block a user