chore: update biome.json, add more to the ignore paths
This commit is contained in:
parent
212a7e57a8
commit
f0ea8bf52e
14
biome.json
14
biome.json
@ -13,9 +13,12 @@
|
||||
"node_modules/**",
|
||||
"dist/**",
|
||||
"build/**",
|
||||
"src/components/ui/*.tsx",
|
||||
"src/components/magicui/*.tsx",
|
||||
"drizzle/**",
|
||||
"tailwind.config.ts",
|
||||
"src/components/ui/*.tsx",
|
||||
"src/components/nsui/*.tsx",
|
||||
"src/components/magicui/*.tsx",
|
||||
"src/app/[[]locale]/preview/**",
|
||||
"src/db/schema.ts"
|
||||
]
|
||||
},
|
||||
@ -51,9 +54,12 @@
|
||||
"node_modules/**",
|
||||
"dist/**",
|
||||
"build/**",
|
||||
"src/components/ui/*.tsx",
|
||||
"src/components/magicui/*.tsx",
|
||||
"drizzle/**",
|
||||
"tailwind.config.ts",
|
||||
"src/components/ui/*.tsx",
|
||||
"src/components/nsui/*.tsx",
|
||||
"src/components/magicui/*.tsx",
|
||||
"src/app/[[]locale]/preview/**",
|
||||
"src/db/schema.ts"
|
||||
]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user