- Added api-security-hardening (helmet, rate limits) - Added nodejs-backend-patterns (error handling) - Added observability-monitoring (pino logging) - Added websocket-engineer (socket.io real-time updates) - Added docker (Multi-stage build, compose) - Added vitest (testing configuration and store tests) - Added data-visualizer (MetricsBar and HostChart) - Added infrastructure-monitoring/proxmox-admin/network-engineer types - Fixed UI accessibility and styling - Cleaned up node_modules tracking
13 lines
113 B
Plaintext
13 lines
113 B
Plaintext
node_modules/
|
|
dist/
|
|
build/
|
|
.git/
|
|
.gitignore
|
|
*.md
|
|
.env
|
|
.env.*
|
|
.vscode/
|
|
coverage/
|
|
.dockerignore
|
|
docker-compose.yml
|