Reorganize the brownfield repository, remove retired and generated artifacts, harden ignore rules, and record the GitOps/IaC redesign.
8 lines
117 B
Plaintext
8 lines
117 B
Plaintext
# Never commit secrets or state
|
|
terraform.tfvars
|
|
*.tfstate
|
|
*.tfstate.*
|
|
.terraform/
|
|
.terraform.lock.hcl.bak
|
|
crash.log
|