Establish clean homelab infrastructure baseline
Reorganize the brownfield repository, remove retired and generated artifacts, harden ignore rules, and record the GitOps/IaC redesign.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# Local state and real credentials stay out of git (same as the other TF roots here).
|
||||
*.tfstate
|
||||
*.tfstate.*
|
||||
.terraform/
|
||||
.terraform.lock.hcl
|
||||
terraform.tfvars
|
||||
# Real API token — mint with the snippet in ../README.md
|
||||
.env
|
||||
Reference in New Issue
Block a user