mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/Mapleawaa/PVE-Tools-9.git
synced 2026-09-20 08:03:35 +08:00
- Un-ignore dist/PVE-Tools.sh so it is available on GitHub raw for the bootstrap loader to download directly (faster single-file path). - Add src/modules/09-security/cve-fix.sh to remote file list so the fallback per-module download path is complete. - The bootstrap now has both download paths working.
50 lines
555 B
Plaintext
50 lines
555 B
Plaintext
# Ignore dependencies
|
|
node_modules/
|
|
**/node_modules/
|
|
bun.lockb
|
|
|
|
# Ignore build outputs
|
|
dist/*
|
|
!dist/PVE-Tools.sh
|
|
**/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
|
|
|
|
# ignore docs
|
|
Docs/
|