opentofu/.gitignore

35 lines
374 B
Plaintext
Raw Normal View History

2014-07-28 12:43:00 -05:00
*.dll
*.exe
2015-10-15 15:36:58 -05:00
.DS_Store
2014-07-28 12:43:00 -05:00
example.tf
terraform.tfplan
terraform.tfstate
bin/
2014-09-24 19:36:27 -05:00
modules-dev/
/pkg/
2014-07-28 12:43:00 -05:00
website/.vagrant
2016-01-14 14:56:54 -06:00
website/.bundle
2014-07-28 12:43:00 -05:00
website/build
website/node_modules
.vagrant/
*.backup
./*.tfstate
.terraform/
2014-07-28 12:43:00 -05:00
*.log
*.bak
*~
.*.swp
.idea
*.iml
*.test
2015-11-05 08:47:08 -06:00
*.iml
website/vendor
# Test exclusions
!command/testdata/**/*.tfstate
!command/testdata/**/.terraform/
2020-03-03 12:01:05 -06:00
# Coverage
coverage.txt