.gitignore 471 B

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