From fc6efe6c64601075c2c9e753aa2ba0780ca4b431 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domagoj=20Andri=C4=87?= Date: Wed, 4 Mar 2026 11:58:35 +0100 Subject: [PATCH] Initial commit --- .gitignore | 18 ++++++++++++++++++ README.md | 2 ++ 2 files changed, 20 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..acc54cc --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +# ---> Packer +# 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 + diff --git a/README.md b/README.md new file mode 100644 index 0000000..e7f9f9f --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# zavrsni-rad-templates +