Merge branch 'develop' of github.com:ajschroeder/proxmox-packer-examples into develop

This commit is contained in:
AJ Schroeder
2025-06-10 22:11:02 +00:00
59 changed files with 892 additions and 305 deletions

16
.gitignore vendored
View File

@@ -5,21 +5,27 @@
**/credentials*
# Configurations
## Ignore default config directory.
# Ignore default config directory.
config/
# Manifests
## Ignore manifests directory.
# Ignore manifests directory.
manifests/*.json
# MacOS
## Ignore desktop services files.
# Ignore desktop services files.
**/.DS_Store
# Certificates and Keys
## Ignore certificates files.
# Ignore certificates files.
**/*.cer
**/*.crt
**/*.p7b
## Ignore public key files
# Ignore public key files
**/*.pub
# Ignore packer plugin files
plugin.hwm
plugin.pwd
plugin.pwi