32 lines
359 B
Plaintext
32 lines
359 B
Plaintext
|
*.dll
|
||
|
*.exe
|
||
|
.DS_Store
|
||
|
example.tf
|
||
|
terraform.tfplan
|
||
|
terraform.tfstate
|
||
|
bin/
|
||
|
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/
|