diff options
| author | Roberto Berto <roberto.berto@under.com.br> | 2024-05-06 17:58:24 +0000 |
|---|---|---|
| committer | Roberto Berto <roberto.berto@under.com.br> | 2024-05-06 17:58:24 +0000 |
| commit | 666055f758690ee24926e4a421e08f7c97deee09 (patch) | |
| tree | f17e5d86e66d3c2ab4a257772711bfc81e7ad8d9 | |
| parent | 79c253d6ac454a33d53c014bd90a3ed9e10d7bcf (diff) | |
| download | packer-vyos-666055f758690ee24926e4a421e08f7c97deee09.tar.gz packer-vyos-666055f758690ee24926e4a421e08f7c97deee09.zip | |
gitignore setup
| -rw-r--r-- | .gitignore | 20 |
1 files changed, 4 insertions, 16 deletions
@@ -1,16 +1,4 @@ -# Cache objects -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 +local.pkrvars.hcl +.env +output-* +iso/*
\ No newline at end of file |
