From 5b2827ef123bb9dbd45135a19d3e1dc91406823a Mon Sep 17 00:00:00 2001 From: Jakub Zomerfeld Date: Mon, 11 Aug 2025 17:06:06 +0200 Subject: [PATCH] fix(cli): add missing wrangler.jsonc file ignore to biome.json.hbs (#492) Co-authored-by: Aman Varshney --- .changeset/real-chairs-turn.md | 5 +++++ apps/cli/templates/addons/biome/biome.json.hbs | 1 + apps/cli/templates/addons/ultracite/biome.json.hbs | 1 + 3 files changed, 7 insertions(+) create mode 100644 .changeset/real-chairs-turn.md diff --git a/.changeset/real-chairs-turn.md b/.changeset/real-chairs-turn.md new file mode 100644 index 0000000..117faea --- /dev/null +++ b/.changeset/real-chairs-turn.md @@ -0,0 +1,5 @@ +--- +"create-better-t-stack": patch +--- + +Extend biome.json.hbs, add missing wrangler.jsonc file ignore diff --git a/apps/cli/templates/addons/biome/biome.json.hbs b/apps/cli/templates/addons/biome/biome.json.hbs index 1764961..e4d92a7 100644 --- a/apps/cli/templates/addons/biome/biome.json.hbs +++ b/apps/cli/templates/addons/biome/biome.json.hbs @@ -21,6 +21,7 @@ "!bts.jsonc", "!**/.expo", "!**/.wrangler", + "!**/wrangler.jsonc", "!**/.source" ] }, diff --git a/apps/cli/templates/addons/ultracite/biome.json.hbs b/apps/cli/templates/addons/ultracite/biome.json.hbs index 2ed32a4..ed8c4cd 100644 --- a/apps/cli/templates/addons/ultracite/biome.json.hbs +++ b/apps/cli/templates/addons/ultracite/biome.json.hbs @@ -16,6 +16,7 @@ "!bts.jsonc", "!**/.expo", "!**/.wrangler", + "!**/wrangler.jsonc", "!**/.source" ] }