.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) <noreply@anthropic.com>
This commit is contained in:
Viktor Barzin 2026-04-18 12:36:45 +00:00
parent 4eb68d6b1a
commit e4a96591b3

4
.gitignore vendored
View file

@ -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