.gitignore 432 B

1234567891011121314151617181920212223242526272829303132333435
  1. *.dll
  2. *.exe
  3. .DS_Store
  4. example.tf
  5. terraform.tfplan
  6. terraform.tfstate
  7. bin/
  8. dist/
  9. modules-dev/
  10. /pkg/
  11. website/.vagrant
  12. website/.bundle
  13. website/build
  14. website/node_modules
  15. .vagrant/
  16. *.backup
  17. ./*.tfstate
  18. .terraform/
  19. *.log
  20. *.bak
  21. *~
  22. .*.swp
  23. .idea
  24. *.iml
  25. *.test
  26. *.iml
  27. website/vendor
  28. # Test exclusions
  29. !command/test-fixtures/**/*.tfstate
  30. !command/test-fixtures/**/.terraform/
  31. # Keep windows files with windows line endings
  32. *.winfile eol=crlf