Sistema de Notificaciones y Baja One-Click
This commit is contained in:
27
.dockerignore
Normal file
27
.dockerignore
Normal 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/
|
||||
Reference in New Issue
Block a user