aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 8463a41c1b04cec063153ebcc9d60b58b1235080 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Terraform
.terraform/
*.tfstate
*.tfstate.backup

# Ansible
*.retry

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

# Kubernetes
kubeconfig

# Docker
.env