mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/Mapleawaa/PVE-Tools-9.git
synced 2026-09-20 08:03:35 +08:00
feat(web): 添加robots.txt和og-image.png refactor(web): 重构config.mts优化SEO和sitemap fix(web): 修复文档页面元信息缺失问题 chore: 清理.gitignore中的冗余规则
46 lines
514 B
Plaintext
46 lines
514 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
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# BMad Method V6
|
|
_bmad/
|
|
_bmad-output/
|
|
|
|
test.txt
|