- All 8 MCP submodules now under apps/ (canonical structure) - Removed exception note (migration successful) - Added branch note: MCPs use master, main apps use main Part of: TASK-2026-02-06-ESTANDARIZACION-ESTRUCTURA-PROYECTOS Sprint 4 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
53 lines
835 B
Plaintext
53 lines
835 B
Plaintext
# =============================================================================
|
|
# SUBREPOSITORIOS - Tienen sus propios repositorios independientes
|
|
# Ver .gitmodules para referencias
|
|
# =============================================================================
|
|
# Submodules in apps/ (ADR-0011)
|
|
apps/backend/
|
|
apps/frontend/
|
|
apps/database/
|
|
apps/ml-engine/
|
|
apps/data-service/
|
|
apps/mcp-auth/
|
|
apps/mcp-binance-connector/
|
|
apps/mcp-investment/
|
|
apps/mcp-mt4-connector/
|
|
apps/mcp-predictions/
|
|
apps/mcp-products/
|
|
apps/mcp-vip/
|
|
apps/mcp-wallet/
|
|
|
|
# Apps adicionales (sin subrepo aun)
|
|
apps/llm-agent/
|
|
apps/mt4-gateway/
|
|
apps/personal/
|
|
apps/trading-agents/
|
|
|
|
# Dependencias
|
|
node_modules/
|
|
|
|
# Build
|
|
dist/
|
|
build/
|
|
.next/
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
!.env.example
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
|
|
# OS
|
|
.DS_Store
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|