You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Packer.gitignore 430B

12345678910111213141516
  1. # Cache objects
  2. packer_cache/
  3. # Crash log
  4. crash.log
  5. # https://www.packer.io/guides/hcl/variables
  6. # Exclude all .pkrvars.hcl files, which are likely to contain sensitive data,
  7. # such as password, private keys, and other secrets. These should not be part of
  8. # version control as they are data points which are potentially sensitive and
  9. # subject to change depending on the environment.
  10. #
  11. *.pkrvars.hcl
  12. # For built boxes
  13. *.box