mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/Mapleawaa/PVE-Tools-9.git
synced 2026-09-20 08:03:35 +08:00
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.
35 lines
379 B
Plaintext
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
|