Files
proxmox-packer/.gitignore
2025-06-10 22:03:28 +00:00

26 lines
368 B
Plaintext

# Ansible and ansible-lint
**/.ansible
!**/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