31 lines
281 B
Plaintext
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 |