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