workspace-v1/.gitignore
rckrdmrd cb4c0681d3 feat(workspace): Add new projects and update architecture
New projects created:
- michangarrito (marketplace mobile)
- template-saas (SaaS template)
- clinica-dental (dental ERP)
- clinica-veterinaria (veterinary ERP)

Architecture updates:
- Move catalog from core/ to shared/
- Add MCP servers structure and templates
- Add git management scripts
- Update SUBREPOSITORIOS.md with 15 new repos
- Update .gitignore for new projects

Repository infrastructure:
- 4 main repositories
- 11 subrepositorios
- Gitea remotes configured

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-07 04:43:28 -06:00

231 lines
5.7 KiB
Plaintext

# =============================================================================
# WORKSPACE-V1 GITIGNORE
# =============================================================================
# Generado: 2026-01-04
# Sistema: NEXUS v3.4
# EPIC: EPIC-010 - TASK-010-004
# =============================================================================
# -----------------------------------------------------------------------------
# DEPENDENCIAS
# -----------------------------------------------------------------------------
node_modules/
.pnp/
.pnp.js
.yarn/cache/
.yarn/unplugged/
.yarn/build-state.yml
.yarn/install-state.gz
# Python
__pycache__/
*.py[cod]
*$py.class
.Python
venv/
env/
.venv/
ENV/
*.egg-info/
.eggs/
dist/
# -----------------------------------------------------------------------------
# BUILD OUTPUTS
# -----------------------------------------------------------------------------
dist/
build/
.next/
out/
.nuxt/
.output/
*.tsbuildinfo
# -----------------------------------------------------------------------------
# ENVIRONMENT Y SECRETOS
# -----------------------------------------------------------------------------
.env
.env.local
.env.*.local
.env.development
.env.production
.env.test
*.env
# Credenciales
*.pem
*.key
*.crt
*.p12
credentials.json
service-account.json
secrets.json
.secrets/
# -----------------------------------------------------------------------------
# LOGS
# -----------------------------------------------------------------------------
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# -----------------------------------------------------------------------------
# SISTEMA OPERATIVO
# -----------------------------------------------------------------------------
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
*.swp
*.swo
*~
# -----------------------------------------------------------------------------
# IDE Y EDITORES
# -----------------------------------------------------------------------------
.idea/
.vscode/
*.sublime-project
*.sublime-workspace
.project
.classpath
.settings/
*.code-workspace
# -----------------------------------------------------------------------------
# TESTING Y COVERAGE
# -----------------------------------------------------------------------------
coverage/
.nyc_output/
*.lcov
.coverage
htmlcov/
.pytest_cache/
.tox/
.nox/
# -----------------------------------------------------------------------------
# DATABASE
# -----------------------------------------------------------------------------
*.sql.gz
*.dump
*.backup
*.bak
data/
postgres-data/
# -----------------------------------------------------------------------------
# TEMPORALES
# -----------------------------------------------------------------------------
tmp/
temp/
.tmp/
.cache/
.temp/
*.tmp
*.temp
# -----------------------------------------------------------------------------
# DOCKER
# -----------------------------------------------------------------------------
docker-compose.override.yml
.docker/
# -----------------------------------------------------------------------------
# PROYECTO ESPECIFICOS
# -----------------------------------------------------------------------------
# Node modules anidados en proyectos
projects/*/apps/*/node_modules/
projects/*/node_modules/
# Uploads y media
uploads/
media/
public/uploads/
# ML models (grandes)
*.h5
*.pkl
*.model
models/*.bin
# Jupyter
.ipynb_checkpoints/
*.ipynb_checkpoints
# -----------------------------------------------------------------------------
# BACKUPS LOCALES
# -----------------------------------------------------------------------------
*.bak
*.backup
*.old
*-backup/
*-bckp/
backup/
backups/
# -----------------------------------------------------------------------------
# MISCELANEOS
# -----------------------------------------------------------------------------
.turbo/
.vercel/
.netlify/
# Backup de gamilit (submodule migration)
projects/gamilit.bak.*/
# -----------------------------------------------------------------------------
# MCP SERVERS - Repositorios independientes
# -----------------------------------------------------------------------------
# Los MCP servers internos son repositorios independientes que se clonan
# manualmente despues de clonar workspace-v1.
# Ver core/mcp-servers/_registry.yml para lista completa e instrucciones.
# -----------------------------------------------------------------------------
core/mcp-servers/internal/rag-knowledge/
core/mcp-servers/internal/scrum-taiga/
# Mantener estructura base (README, registry, templates)
!core/mcp-servers/README.md
!core/mcp-servers/_registry.yml
!core/mcp-servers/internal/.gitkeep
!core/mcp-servers/external/
!core/mcp-servers/templates/
# -----------------------------------------------------------------------------
# SUBREPOSITORIOS - Proyectos con repositorios independientes en Gitea
# -----------------------------------------------------------------------------
# Estos proyectos tienen sus propios repositorios en http://72.60.226.4:3000/rckrdmrd
# Ver archivo SUBREPOSITORIOS.md para referencias completas
#
# NOTA: gamilit NO se ignora porque es un submodulo Git (ver .gitmodules)
# -----------------------------------------------------------------------------
# ERP Family
projects/erp-suite/
projects/erp-core/
projects/erp-construccion/
projects/erp-clinicas/
projects/erp-retail/
projects/erp-mecanicas-diesel/
projects/erp-vidrio-templado/
# Trading & Analytics
projects/trading-platform/
projects/betting-analytics/
projects/inmobiliaria-analytics/
projects/platform_marketing_content/
# Nuevos proyectos (2026-01-07)
projects/michangarrito/
projects/template-saas/
projects/clinica-dental/
projects/clinica-veterinaria/
# Gitea token (no commitear)
.gitea-token