Sistema de Notificaciones y Baja One-Click

This commit is contained in:
2026-03-12 13:52:33 -03:00
parent f1a9bb9099
commit 96fca4d9c7
21 changed files with 1384 additions and 79 deletions

27
.dockerignore Normal file
View File

@@ -0,0 +1,27 @@
# Git
.git
.gitignore
# Docker (No queremos que el Dockerfile se copie a sí mismo)
Dockerfile
docker-compose.yml
.dockerignore
# .NET (Backend)
**/bin/
**/obj/
**/.vs/
**/.vscode/
*.user
*.suo
# Node.js / React (Frontend)
**/node_modules/
**/dist/
**/build/
npm-debug.log*
# Varios
.DS_Store
.env
.history/