.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:
parent
4eb68d6b1a
commit
e4a96591b3
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue