Files
registry/.gitignore
Juergen Kunz 5d9cd3ad85 feat(registry): Add hot-reload websocket, embedded UI bundling, and multi-platform Deno build tasks
Introduce a ReloadSocketManager and client ReloadService for automatic page reloads when the server restarts. Serve UI assets from an embedded generated file and add Deno tasks to bundle the UI and compile native binaries for multiple platforms. Also update dev watch workflow and ignore generated embedded UI file.
2025-11-28 12:35:59 +00:00

63 lines
587 B
Plaintext

# Dependencies
node_modules/
.pnpm-store/
# Build outputs
dist/
.angular/
out-tsc/
# Generated files
ts/embedded-ui.generated.ts
# Deno
.deno/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Environment
.env
.env.local
.env.*.local
# Logs
logs/
*.log
npm-debug.log*
pnpm-debug.log*
# Test coverage
coverage/
.nyc_output/
# Temporary files
.tmp/
.temp/
*.tmp
*.temp
# Debug
.nogit/
# Claude
CLAUDE.md
# Package manager locks (keep pnpm-lock.yaml)
package-lock.json
yarn.lock
# Angular cache
.angular/cache/
# TypeScript incremental compilation
*.tsbuildinfo