mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2025-12-18 12:06:05 +00:00
13 lines
241 B
Plaintext
13 lines
241 B
Plaintext
# Ignore terraform state/vars/lock files
|
|
terraform.tfstate
|
|
terraform.tfstate.backup
|
|
.terraform.lock.hcl
|
|
.terraform
|
|
*.tfvars
|
|
|
|
# Ignore output kubeconfig (contains secrets)
|
|
kubeconfig
|
|
|
|
# Ignore docker environment files (contains secrets)
|
|
.env
|