Files
homeprod/.gitignore
T

12 lines
195 B
Plaintext
Raw Normal View History

2025-03-22 14:29:48 +01:00
# Ignore terraform state/vars/lock files
terraform.tfstate
terraform.tfstate.backup
.terraform.lock.hcl
.terraform
*.tfvars
# Ignore output kubeconfig (contains secrets)
kubeconfig
2025-04-18 21:19:20 +02:00
talosconfig
2025-03-22 14:29:48 +01:00