.gitignore 436 B

123456789101112131415161718192021222324252627282930313233343536
  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. website/vendor
  29. # Test exclusions
  30. !command/test-fixtures/**/*.tfstate
  31. !command/test-fixtures/**/.terraform/
  32. # Keep windows files with windows line endings
  33. *.winfile eol=crlf