terraform-provider-google/.gitignore

34 lines
402 B
Plaintext
Raw Normal View History

2017-06-06 20:27:28 +00:00
*.dll
*.exe
.DS_Store
example.tf
2018-01-19 23:32:43 +00:00
terraform.tfvars
2017-06-06 20:27:28 +00:00
terraform.tfplan
terraform.tfstate
bin/
terraform-provider-google
2017-06-06 20:27:28 +00:00
modules-dev/
/pkg/
website/.vagrant
website/.bundle
website/build
website/node_modules
.vagrant/
*.backup
./*.tfstate
.terraform/
*.log
*.bak
*~
.*.swp
.idea
*.iml
*.test
*.iml
website/vendor
# Test exclusions
!command/test-fixtures/**/*.tfstate
!command/test-fixtures/**/.terraform/