Files
ProxmoxVE/.gitignore
CanbiZ (MickLesk) 487403be61 Refine .gitattributes and clean .gitignore
Improve language/statistics settings and tidy ignore rules: .gitattributes now marks *.func as detectable, excludes ct/headers/* and markdown docs from language stats, classifies generated/config files (json/lock/yml) as linguist-generated, and enforces text=auto eol=lf. .gitignore was reorganized and simplified: .vscode is explicitly preserved (!.vscode/), obsolete debug/temp entries were removed, and overly broad ignores for compiled artifacts and Git metadata were dropped to avoid accidentally hiding repository files.
2026-04-15 15:23:34 +02:00

38 lines
416 B
Plaintext

# General OS files
.DS_Store
Thumbs.db
# Editor & IDE files
!.vscode/
.vscode/*.workspace
.vscode/*.tmp
# Log files
logs/
*.log
# Install scripts and temporary files
install/tmp/
install/*.bak
# VM and Container-specific exclusions
vm/tmp/
vm/*.qcow2
vm/*.img
vm/*.vmdk
vm/*.iso
vm/*.bak
# Miscellaneous temporary files
*.bak
*.swp
*.swo
*.swn
*.tmp
*.backup
# JSON temporary files
json/
json/*.bak
json/*.tmp