...
 
Commits (6)
    https://gitcode.net/github/gitignore/-/commit/ff9596eb4cdb024b01d6671610f4f82d7ebf5a62 Exclude .pkrvars.hcl files 2020-08-30T18:59:44-05:00 Troy Lindsay tlindsay42@users.noreply.github.com * Used description for .tfvars in Terraform.gitignore as a template https://gitcode.net/github/gitignore/-/commit/f75292bf4d55d37ea9645036b933a3879c79c001 Fix typos 2020-08-30T19:21:51-05:00 Troy Lindsay tlindsay42@users.noreply.github.com s/sentitive/sensitive/ https://gitcode.net/github/gitignore/-/commit/71d40b91ac7f1bb4bc2a09c2018a5ebcd2a46ae1 Add nix gitignore template 2021-12-28T10:52:06-08:00 Jonathan Ringer jonringer117@gmail.com https://gitcode.net/github/gitignore/-/commit/588c2aa4aa5ebcda1264e9d2f9dfba9f93476c5a Merge branch 'main' into packer-pkrvars.hcl 2022-01-30T10:38:04-06:00 Troy Lindsay tlindsay42@users.noreply.github.com https://gitcode.net/github/gitignore/-/commit/821f001571c3d4028b4e2c59dbb015181809d24c Merge pull request #3514 from tlindsay42/packer-pkrvars.hcl 2022-01-30T09:25:02-08:00 Brian Douglas bdougie@users.noreply.github.com https://gitcode.net/github/gitignore/-/commit/8ea9c647018521ab2a9c78d630a2fb6579e16d37 Merge pull request #3799 from jonringer/add-nix 2022-01-30T09:31:31-08:00 Brian Douglas bdougie@users.noreply.github.com
......@@ -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
......@@ -9,9 +9,9 @@
crash.log
crash.*.log
# Exclude all .tfvars files, which are likely to contain sentitive 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
# Exclude all .tfvars 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.
#
*.tfvars
......
# Ignore build outputs from performing a nix-build or `nix build` command
result
result-*