Files
letsbe-hub/.gitignore
Matt 92092760a7
Some checks failed
Build and Push Docker Image / lint-and-typecheck (push) Failing after 2m10s
Build and Push Docker Image / build (push) Has been skipped
Complete Hub Admin Dashboard with analytics, settings, and enterprise features
Major additions:
- Analytics dashboard with charts (line, bar, donut)
- Enterprise client monitoring with container management
- Staff management with 2FA support
- Profile management and settings pages
- Netcup server integration
- DNS verification panel
- Portainer integration
- Container logs and health monitoring
- Automation controls for orders

New API endpoints:
- /api/v1/admin/analytics
- /api/v1/admin/enterprise-clients
- /api/v1/admin/netcup
- /api/v1/admin/settings
- /api/v1/admin/staff
- /api/v1/profile

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-17 12:33:11 +01:00

56 lines
510 B
Plaintext

# Dependencies
node_modules/
.pnp/
.pnp.js
# Build outputs
.next/
out/
dist/
build/
# Testing
coverage/
# Environment files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
!.env.example
!.env.local.example
# IDE
.idea/
.vscode/
*.swp
*.swo
# Debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Typescript
*.tsbuildinfo
next-env.d.ts
# Misc
.DS_Store
*.pem
Thumbs.db
# Serena
.serena/
# Vercel
.vercel
# Prisma
prisma/*.db
prisma/*.db-journal
# Job runtime data
jobs/