blockscout-terraform/.gitignore

29 lines
506 B
Plaintext
Raw Normal View History

# Terraform State
*.terraform*
*terraform.tfstate.d*
*tfplan*
2019-02-23 16:16:07 -08:00
roles/main_infra/files/backend.tfvars
roles/main_infra/files/remote-backend-selector.tf
roles/main_infra/files/terraform.tfvars
roles/main_infra/files/hosts.tf
roles/main_infra/files/routing.tf
2019-02-26 10:53:54 -08:00
*.backup
# Sensitive information
*.privkey
*.tfvars
# Stack-specific information
/PREFIX
2019-03-27 08:32:51 -07:00
group_vars/*
!group_vars/all.yml.example
!group_vars/blockscout.yml.example
!group_vars/infrastructure.yml.example
2019-02-23 12:47:43 -08:00
*.retry
*.temp
*.swp
.*.swp
2019-03-19 10:09:10 -07:00
blockscout-*/