Files
proxmox-packer/.gitignore
2025-06-10 15:11:05 -05:00

29 lines
387 B
Plaintext

!**/template_*
**/credentials*
# Configurations
# Ignore default config directory.
config/
# Manifests
# Ignore manifests directory.
manifests/*.json
# MacOS
# Ignore desktop services files.
**/.DS_Store
# Certificates and Keys
# Ignore certificates files.
**/*.cer
**/*.crt
**/*.p7b
# Ignore public key files
**/*.pub
# Ignore packer plugin files
plugin.hwm
plugin.pwd
plugin.pwi