aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 24b27003a9f7eccb253b80579ee20be32b9ae6b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Terraform
.terraform/
*.tfstate
*.tfstate.backup
*.lock.hcl
credentials.auto.tfvars

# Ansible
*.retry

# Packer
packer_cache/
output-*/
credentials.pkr.hcl

# Kubernetes
kubeconfig

# Docker
.env