chore: update biome.json, add more to the ignore paths

This commit is contained in:
javayhu 2025-04-18 10:08:21 +08:00
parent 212a7e57a8
commit f0ea8bf52e

View File

@ -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"
]
},