Files
PVE-Tools-9/.gitignore
Maple a8799d7ac0 fix: add dist/PVE-Tools.sh and missing cve-fix.sh to bootstrap
- 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.
2026-07-08 15:14:17 +08:00

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/