blockscout-terraform/.gitignore

39 lines
570 B
Plaintext
Raw Normal View History

2019-05-07 06:38:20 -07:00
log.txt
# Terraform State
*.terraform*
2019-06-05 06:04:33 -07:00
*.tfstate
*terraform.tfstate.d*
*tfplan*
2019-02-23 16:16:07 -08:00
roles/main_infra/files/backend.tfvars
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/*
host_vars/*
!host_vars/all.yml.example
!host_vars/blockscout.yml.example
!host_vars/infrastructure.yml.example
2019-03-27 08:32:51 -07:00
!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-*/
2019-06-05 06:04:33 -07:00
roles/main_infra/files-*
hosts
2019-08-12 08:26:44 -07:00
# osx
.DS_Store