blockscout-terraform/.gitignore

32 lines
479 B
Plaintext
Raw Normal View History

.DS_Store
# Testing
/ignore.tfvars
# 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
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-*/