mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
25 lines
412 B
Handlebars
25 lines
412 B
Handlebars
{
|
|
"$schema": "https://biomejs.dev/schemas/2.2.0/schema.json",
|
|
"files": {
|
|
"ignoreUnknown": false,
|
|
"includes": [
|
|
"**",
|
|
"!**/.next",
|
|
"!**/dist",
|
|
"!**/.turbo",
|
|
"!**/dev-dist",
|
|
"!**/.zed",
|
|
"!**/.vscode",
|
|
"!**/routeTree.gen.ts",
|
|
"!**/src-tauri",
|
|
"!**/.nuxt",
|
|
"!bts.jsonc",
|
|
"!**/.expo",
|
|
"!**/.wrangler",
|
|
"!**/.alchemy",
|
|
"!**/wrangler.jsonc",
|
|
"!**/.source"
|
|
]
|
|
}
|
|
}
|