.gitignore 302 B

12345678910111213141516171819202122232425
  1. # ---> Packer
  2. # Cache objects
  3. packer_cache/
  4. # For built boxes
  5. *.box
  6. # For Ansible
  7. ansible/playbook.retry
  8. # For Vagrant
  9. .tmp
  10. tmp/*
  11. .librarian
  12. .vagrant
  13. *-console.log
  14. ansible/roles/*
  15. set_env.sh
  16. set_env_*.sh
  17. Gemfile.lock
  18. terraform/test.tfvars
  19. terraform/terraform.tfstate
  20. terraform/terraform.tfstate.*