terraform/.gitignore

25 lines
244 B
Plaintext
Raw Normal View History

2014-07-28 19:43:00 +02:00
*.dll
*.exe
2015-10-15 22:36:58 +02:00
.DS_Store
2014-07-28 19:43:00 +02:00
example.tf
terraform.tfplan
terraform.tfstate
bin/
2014-09-25 02:36:27 +02:00
modules-dev/
/pkg/
2014-07-28 19:43:00 +02:00
website/.vagrant
2016-01-14 21:56:54 +01:00
website/.bundle
2014-07-28 19:43:00 +02:00
website/build
website/node_modules
.vagrant/
*.backup
./*.tfstate
.terraform/
2014-07-28 19:43:00 +02:00
*.log
*.bak
*~
.*.swp
.idea
*.test
2015-11-05 15:47:08 +01:00
*.iml