mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/Mapleawaa/PVE-Tools-9.git
synced 2026-09-20 08:03:35 +08:00
1. 重新组织 PVE-Tools.sh 的主菜单及二级菜单分类,使功能逻辑更清晰 2. 在 Web/ 目录下引入基于 VitePress 的官方文档,并优化构建脚本 3. 增强脚本更新提示界面,支持显示详细的 Markdown 格式更新日志 4. 修复 .gitignore 中路径匹配的格式问题 5. 在脚本中新增大量“图吧”风格的随机小贴士,提升用户体验
50 lines
589 B
Plaintext
50 lines
589 B
Plaintext
# Ignore dependencies
|
|
node_modules/
|
|
**/node_modules/
|
|
bun.lockb
|
|
|
|
# Ignore build outputs
|
|
dist/
|
|
**/dist/
|
|
build/
|
|
out/
|
|
.temp/
|
|
.vitepress/dist/
|
|
.vitepress/cache/
|
|
**/.vitepress/dist/
|
|
**/.vitepress/cache/
|
|
|
|
# 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
|
|
|
|
# Project specific ignores
|
|
.codebuddy/
|
|
.cache/
|
|
.spec-workflow/
|
|
.claude/
|
|
Proxmox-Helper-Script/
|
|
QWEN.md
|
|
CLAUDE.md
|
|
AGENTS.md
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|