fix(cli): add missing wrangler.jsonc file ignore to biome.json.hbs (#492)

Co-authored-by: Aman Varshney <amanvarshney.work@gmail.com>
This commit is contained in:
Jakub Zomerfeld
2025-08-11 17:06:06 +02:00
committed by GitHub
parent 198d6e968b
commit 5b2827ef12
3 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"create-better-t-stack": patch
---
Extend biome.json.hbs, add missing wrangler.jsonc file ignore

View File

@@ -21,6 +21,7 @@
"!bts.jsonc",
"!**/.expo",
"!**/.wrangler",
"!**/wrangler.jsonc",
"!**/.source"
]
},

View File

@@ -16,6 +16,7 @@
"!bts.jsonc",
"!**/.expo",
"!**/.wrangler",
"!**/wrangler.jsonc",
"!**/.source"
]
}