From e4a96591b30159b21e36d5f0629ec3b5560aca3b Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sat, 18 Apr 2026 12:36:45 +0000 Subject: [PATCH] .gitignore: ignore Terragrunt-generated cloudflare_provider.tf and tiers.tf These files are regenerated by Terragrunt on every run and have a "# Generated by Terragrunt. Sig: ..." header. Earlier today multiple parallel agents working on bd-w97 accidentally staged them, requiring two corrective commits (3e11bd1b, 4eb68d6b). Preventing the recurrence at the source. Co-Authored-By: Claude Opus 4.7 (1M context) --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 759ff6f6..460d943f 100755 --- a/.gitignore +++ b/.gitignore @@ -65,6 +65,10 @@ state/infra/ backend.tf providers.tf .terraform.lock.hcl +cloudflare_provider.tf +tiers.tf +stacks/*/cloudflare_provider.tf +stacks/*/tiers.tf # Kubernetes config (sensitive) config