Files
PVE-Tools-9/.gitignore
Maple d8b3d9fbdf feat: release v11.0.0 Liino — menu framework, risk guards, CI gates
Unify all menus on lib/menu.sh (run_menu), harden GPU/GRUB writes with
two-tier confirms and markers, fix remote/self-update to Releases assets,
and close real CI quality gates with SHA256SUMS. Bump to 11.0.0 / Liino.
2026-07-28 14:43:58 +08:00

35 lines
379 B
Plaintext

# Ignore dependencies
node_modules/
**/node_modules/
# Ignore build outputs
dist/
**/dist/
build/
out/
.temp/
# Ignore system files
.DS_Store
Thumbs.db
*.tmp
*.swp
# Ignore log files
*.log
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
# Ignore IDE specific files
.vscode/
.idea/
*.tsbuildinfo
.eslintcache
# Ignore environment files
.env
.env.*.local
# Python
__pycache__/
*.pyc