aboutsummaryrefslogtreecommitdiffstats
path: root/options/gitignore/Packer
diff options
context:
space:
mode:
authorGiteaBot <teabot@gitea.io>2022-02-06 00:16:02 +0000
committerGiteaBot <teabot@gitea.io>2022-02-06 00:16:02 +0000
commit3b33507c73cbc376fc078b87155978cc62564323 (patch)
tree11c0d2da244a84dcb09bdce269368ba5f6cab1ba /options/gitignore/Packer
parent7ba1b7112f47a2025e8538509a24d8c6d5b1f488 (diff)
downloadgitea-3b33507c73cbc376fc078b87155978cc62564323.tar.gz
gitea-3b33507c73cbc376fc078b87155978cc62564323.zip
[skip ci] Updated licenses and gitignores
Diffstat (limited to 'options/gitignore/Packer')
-rw-r--r--options/gitignore/Packer8
1 files changed, 8 insertions, 0 deletions
diff --git a/options/gitignore/Packer b/options/gitignore/Packer
index f2d0a31994..2cbc1ad079 100644
--- a/options/gitignore/Packer
+++ b/options/gitignore/Packer
@@ -4,5 +4,13 @@ packer_cache/
# Crash log
crash.log
+# https://www.packer.io/guides/hcl/variables
+# 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
+# version control as they are data points which are potentially sensitive and
+# subject to change depending on the environment.
+#
+*.pkrvars.hcl
+
# For built boxes
*.box