Files
hapi/.gitignore
T
weishu 37e10a831b feat: rename server package to hub
Rename the `server/` directory to `hub/` and update all references
across CLI, docs, web, and workspace configuration.
2026-01-27 19:51:21 +08:00

43 lines
576 B
Plaintext

# Dependencies
**/node_modules/
# Build output
**/dist/
**/.vitepress/cache/
**/dist-exe/
**/*.tsbuildinfo
hub/src/web/embeddedAssets.generated.ts
# Downloaded tools (fetched at build time)
hub/tools/tunwg/tunwg-*
hub/tools/tunwg/*.exe
# Env files (can contain secrets)
**/.env
**/.env.*
**/.env*.local
# Logs
**/*.log
**/*-debug.log
**/*-error.log
npm-debug.log*
# Coverage
coverage/
# OS / IDE
**/.DS_Store
.idea/
.vscode/
**/*.swp
**/*.swo
# Claude local settings
.claude/settings.local.json
localdocs/
execplan/
# Generated npm bundle output (local)
cli/npm/main/