mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
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:
5
.changeset/real-chairs-turn.md
Normal file
5
.changeset/real-chairs-turn.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"create-better-t-stack": patch
|
||||
---
|
||||
|
||||
Extend biome.json.hbs, add missing wrangler.jsonc file ignore
|
||||
@@ -21,6 +21,7 @@
|
||||
"!bts.jsonc",
|
||||
"!**/.expo",
|
||||
"!**/.wrangler",
|
||||
"!**/wrangler.jsonc",
|
||||
"!**/.source"
|
||||
]
|
||||
},
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
"!bts.jsonc",
|
||||
"!**/.expo",
|
||||
"!**/.wrangler",
|
||||
"!**/wrangler.jsonc",
|
||||
"!**/.source"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user