70 lines
900 B
Plaintext
Executable file
70 lines
900 B
Plaintext
Executable file
# Dependencies
|
|
node_modules
|
|
admin-panel/node_modules/
|
|
backend/node_modules/
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
backend/.env
|
|
|
|
# Build outputs
|
|
dist
|
|
build
|
|
.admin-panel/dist
|
|
backend/dist
|
|
|
|
# Runtime data
|
|
*.log
|
|
logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
|
|
# Coverage directory
|
|
coverage
|
|
.nyc_output
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Contexto de IA
|
|
.ai/
|
|
*.ai.md
|
|
.ai-assistant.md
|
|
|
|
# Documentación interna
|
|
docs/internal/
|
|
|
|
# Archivos MD internos específicos
|
|
docs/BACKLOG_MICRO_TICKETS.md
|
|
docs/QUE_FALTA.md
|
|
docs/CONTENIDO_FALTANTE.md
|
|
SPEC.md
|
|
README_TODO.md
|
|
auditoria-assets-completa.md
|
|
MEDIOS_REALES_NECESARIOS_FILTRADO.md
|
|
|
|
# Temporary files
|
|
tmp
|
|
temp
|