2025-12-23 09:04:24 +00:00
|
|
|
# Dependencies
|
2025-12-21 17:08:03 +00:00
|
|
|
node_modules
|
2025-12-23 09:04:24 +00:00
|
|
|
npm-debug.log*
|
|
|
|
|
yarn-debug.log*
|
|
|
|
|
yarn-error.log*
|
|
|
|
|
pnpm-debug.log*
|
2025-12-21 17:08:03 +00:00
|
|
|
|
2025-12-23 09:04:24 +00:00
|
|
|
# Build output
|
2025-12-21 17:08:03 +00:00
|
|
|
dist
|
2025-12-23 09:04:24 +00:00
|
|
|
dist-ssr
|
2025-12-21 17:08:03 +00:00
|
|
|
build
|
|
|
|
|
|
2025-12-23 09:04:24 +00:00
|
|
|
# Environment files
|
|
|
|
|
.env
|
2025-12-21 17:08:03 +00:00
|
|
|
.env.local
|
2025-12-23 09:04:24 +00:00
|
|
|
.env.production
|
2025-12-21 17:08:03 +00:00
|
|
|
.env.development
|
2025-12-23 09:04:24 +00:00
|
|
|
.env*.local
|
2025-12-21 17:08:03 +00:00
|
|
|
|
|
|
|
|
# IDE
|
|
|
|
|
.vscode
|
|
|
|
|
.idea
|
|
|
|
|
*.swp
|
|
|
|
|
*.swo
|
|
|
|
|
*~
|
|
|
|
|
|
|
|
|
|
# OS
|
|
|
|
|
.DS_Store
|
|
|
|
|
Thumbs.db
|
|
|
|
|
|
|
|
|
|
# Git
|
|
|
|
|
.git
|
|
|
|
|
.gitignore
|
|
|
|
|
|
2025-12-23 09:04:24 +00:00
|
|
|
# Documentation (opcional - descomentar si no quieres incluirlos)
|
|
|
|
|
# *.md
|
|
|
|
|
# !README.md
|
|
|
|
|
|
|
|
|
|
# Backups
|
2025-12-21 17:08:03 +00:00
|
|
|
_BACKUP_MD
|
|
|
|
|
backup_*
|
|
|
|
|
|
2025-12-23 09:04:24 +00:00
|
|
|
# Temporary files
|
|
|
|
|
*.bak
|
|
|
|
|
*.backup
|
|
|
|
|
*.tmp
|
|
|
|
|
*.log
|
2025-12-21 17:08:03 +00:00
|
|
|
|
2025-12-23 09:04:24 +00:00
|
|
|
# Scripts de desarrollo (no necesarios en producción)
|
|
|
|
|
scripts/*.py
|
2025-12-21 17:08:03 +00:00
|
|
|
*.py
|
2025-12-23 09:04:24 +00:00
|
|
|
__pycache__/
|
|
|
|
|
*.pyc
|
2025-12-21 17:08:03 +00:00
|
|
|
|
2025-12-23 09:04:24 +00:00
|
|
|
# Imágenes pendientes (no necesarias en producción)
|
|
|
|
|
imagenes-pendientes/
|
|
|
|
|
|
|
|
|
|
# Archivos de configuración de desarrollo
|
|
|
|
|
.eslintrc*
|
|
|
|
|
.prettierrc*
|
|
|
|
|
.editorconfig
|
|
|
|
|
|
|
|
|
|
# Testing
|
|
|
|
|
coverage
|
|
|
|
|
.nyc_output
|
|
|
|
|
|
|
|
|
|
# Misc
|
|
|
|
|
*.suo
|
|
|
|
|
*.ntvs*
|
|
|
|
|
*.njsproj
|
|
|
|
|
*.sln
|
2025-12-21 17:08:03 +00:00
|
|
|
|