summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Berto <roberto.berto@under.com.br>2024-05-06 17:58:24 +0000
committerRoberto Berto <roberto.berto@under.com.br>2024-05-06 17:58:24 +0000
commit666055f758690ee24926e4a421e08f7c97deee09 (patch)
treef17e5d86e66d3c2ab4a257772711bfc81e7ad8d9
parent79c253d6ac454a33d53c014bd90a3ed9e10d7bcf (diff)
downloadpacker-vyos-666055f758690ee24926e4a421e08f7c97deee09.tar.gz
packer-vyos-666055f758690ee24926e4a421e08f7c97deee09.zip
gitignore setup
-rw-r--r--.gitignore20
1 files changed, 4 insertions, 16 deletions
diff --git a/.gitignore b/.gitignore
index 2cbc1ad..f8b2d1c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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