New alert system and panel de control page

This commit is contained in:
Urtzi Alfaro
2025-11-27 15:52:40 +01:00
parent 1a2f4602f3
commit e902419b6e
178 changed files with 20982 additions and 6944 deletions

41
frontend/.dockerignore Normal file
View File

@@ -0,0 +1,41 @@
# Dependencies
node_modules
# Production build output (should be recreated during Docker build)
dist
# Testing
coverage
test-results
playwright-report
# Logs
logs
*.log
# Environment variables
.env*
!.env.example
# IDE files
.vscode
.idea
*.swp
*.swo
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Build outputs
build
.nyc_output
# Local configuration files
.git
.gitignore