Files
homelab/.gitignore
2025-01-10 11:09:07 +01:00

31 lines
281 B
Plaintext

# Ignore Proxmox container files
*.qcow2
*.raw
*.vmdk
*.vdi
*.iso
*.img
*.ova
*.ovf
*.log
*.tmp
# Ignore backup files
*.bak
*.backup
*.tar.gz
*.zip
# Ignore configuration files
*.conf
*.cfg
*.ini
# Ignore temporary files
*.swp
*.swo
*.tmp
*.temp
# Ignore environment files
.env