erp-mecanicas-diesel/.gitignore
rckrdmrd 9cd16bfdea refactor: Configure subrepositorios for backend, frontend, database
- Add .gitmodules with references to independent subrepos
- Add .gitignore to exclude subrepo directories
- Each subrepo (backend, frontend, database) now has its own git repo
- Enables independent deployment via Jenkins
2026-01-04 06:41:17 -06:00

66 lines
1.9 KiB
Plaintext

# =============================================================================
# ERP-MECANICAS-DIESEL .gitignore
# =============================================================================
# -----------------------------------------------------------------------------
# SUBREPOSITORIOS - Tienen sus propios repositorios independientes
# Ver .gitmodules para referencias
# -----------------------------------------------------------------------------
backend/
frontend/
database/
# -----------------------------------------------------------------------------
# DEPENDENCIAS
# -----------------------------------------------------------------------------
node_modules/
.pnp/
.pnp.js
# -----------------------------------------------------------------------------
# BUILD OUTPUTS
# -----------------------------------------------------------------------------
dist/
build/
.next/
out/
# -----------------------------------------------------------------------------
# ENVIRONMENT Y SECRETOS
# -----------------------------------------------------------------------------
.env
.env.local
.env.*.local
!.env.example
# -----------------------------------------------------------------------------
# LOGS
# -----------------------------------------------------------------------------
logs/
*.log
npm-debug.log*
# -----------------------------------------------------------------------------
# IDE Y EDITORES
# -----------------------------------------------------------------------------
.idea/
.vscode/
*.sublime-project
*.sublime-workspace
# -----------------------------------------------------------------------------
# SISTEMA OPERATIVO
# -----------------------------------------------------------------------------
.DS_Store
Thumbs.db
*.swp
*.swo
*~
# -----------------------------------------------------------------------------
# TEMPORALES
# -----------------------------------------------------------------------------
tmp/
temp/
.cache/