mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
Rename the `server/` directory to `hub/` and update all references across CLI, docs, web, and workspace configuration.
43 lines
576 B
Plaintext
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/
|