Add .nuxt to ignore list in biome.json

This commit is contained in:
Aman Varshney
2025-04-24 12:10:19 +05:30
parent c6f00f1736
commit b400b7e199
2 changed files with 7 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
"create-better-t-stack": patch
---
Add .nuxt to ignore list in biome.json

View File

@@ -15,7 +15,8 @@
".zed",
".vscode",
"routeTree.gen.ts",
"src-tauri"
"src-tauri",
".nuxt"
]
},
"formatter": {