commit fc6efe6c64601075c2c9e753aa2ba0780ca4b431 Author: Domagoj Andrić Date: Wed Mar 4 11:58:35 2026 +0100 Initial commit 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 +