Files
PVE-Tools-9/.gitignore
Mapleawaa dbf62340b3 refactor: 重构脚本菜单结构并引入 VitePress 文档
1. 重新组织 PVE-Tools.sh 的主菜单及二级菜单分类,使功能逻辑更清晰
2. 在 Web/ 目录下引入基于 VitePress 的官方文档,并优化构建脚本
3. 增强脚本更新提示界面,支持显示详细的 Markdown 格式更新日志
4. 修复 .gitignore 中路径匹配的格式问题
5. 在脚本中新增大量“图吧”风格的随机小贴士,提升用户体验
2026-02-06 22:28:54 +08:00

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