89 lines
1 KiB
Plaintext
Executable file
89 lines
1 KiB
Plaintext
Executable file
# Dependencies
|
|
node_modules
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Build outputs
|
|
dist
|
|
build
|
|
.next
|
|
out
|
|
dist-ssr
|
|
|
|
# Development files
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.production
|
|
.env.development
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# Documentation (no necesario en imagen Docker)
|
|
*.md
|
|
!README.md
|
|
docs/
|
|
_BACKUP_MD/
|
|
MANUAL_TES_DIGITAL/
|
|
imagenes-pendientes/
|
|
|
|
# Scripts (no necesario en producción) - EXCEPTO verify-build.js
|
|
scripts/*.sh
|
|
scripts/*.ts
|
|
scripts/deploy/
|
|
scripts/consolidated/
|
|
!scripts/verify-build.js
|
|
|
|
*.py
|
|
!deploy-docker.sh
|
|
|
|
# Configuraciones de desarrollo
|
|
.eslintrc*
|
|
.prettierrc*
|
|
.editorconfig
|
|
|
|
# Backups y temporales
|
|
*.bak
|
|
*.backup
|
|
backup_*/
|
|
*_backup_*
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
|
|
# Testing
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# Docker files (no copiar dentro de la imagen)
|
|
Dockerfile
|
|
docker-compose*.yml
|
|
.dockerignore
|
|
|
|
# CI/CD
|
|
.github/
|
|
|
|
# Configuraciones de despliegue no Docker
|
|
vercel.json
|
|
netlify.toml
|
|
nginx.conf.example
|
|
ecosystem.config.js
|
|
deploy.sh
|
|
webhook-deploy.sh
|
|
|
|
# Archivos de configuración de IDE
|
|
*.iml
|
|
*.sublime-*
|