# ============================================================================= # 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/