| 12345678910111213141516171819202122232425 | 
							- # ---> Packer
 
- # Cache objects
 
- packer_cache/
 
- # For built boxes
 
- *.box
 
- # For Ansible
 
- ansible/playbook.retry
 
- # For Vagrant
 
- .tmp
 
- tmp/*
 
- .librarian
 
- .vagrant
 
- *-console.log
 
- ansible/roles/*
 
- set_env.sh
 
- set_env_*.sh
 
- Gemfile.lock
 
- terraform/test.tfvars
 
- terraform/terraform.tfstate
 
- terraform/terraform.tfstate.*
 
 
  |