Adding in ignore files

This commit is contained in:
2023-10-30 14:31:37 -04:00
parent def3f75846
commit c4173509e2
+6 -3
View File
@@ -1,4 +1,7 @@
# ---> Packer # ---> Packer
credentials.auto.tfvars
template-credential.pkr.hcl
# Cache objects # Cache objects
packer_cache/ packer_cache/
@@ -6,9 +9,9 @@ packer_cache/
crash.log crash.log
# https://www.packer.io/guides/hcl/variables # https://www.packer.io/guides/hcl/variables
# Exclude all .pkrvars.hcl files, which are likely to contain sensitive data, # Exclude all .pkrvars.hcl files, which are likely to contain sensitive data,
# such as password, private keys, and other secrets. These should not be part of # such as password, private keys, and other secrets. These should not be part of
# version control as they are data points which are potentially sensitive and # version control as they are data points which are potentially sensitive and
# subject to change depending on the environment. # subject to change depending on the environment.
# #
*.pkrvars.hcl *.pkrvars.hcl