Skip to content

Commit 5b2827e

Browse files
fix(cli): add missing wrangler.jsonc file ignore to biome.json.hbs (#492)
Co-authored-by: Aman Varshney <[email protected]>
1 parent 198d6e9 commit 5b2827e

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.changeset/real-chairs-turn.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-better-t-stack": patch
3+
---
4+
5+
Extend biome.json.hbs, add missing wrangler.jsonc file ignore

apps/cli/templates/addons/biome/biome.json.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"!bts.jsonc",
2222
"!**/.expo",
2323
"!**/.wrangler",
24+
"!**/wrangler.jsonc",
2425
"!**/.source"
2526
]
2627
},

apps/cli/templates/addons/ultracite/biome.json.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"!bts.jsonc",
1717
"!**/.expo",
1818
"!**/.wrangler",
19+
"!**/wrangler.jsonc",
1920
"!**/.source"
2021
]
2122
}

0 commit comments

Comments
 (0)