erp-retail/.gitignore

28 lines
396 B
Plaintext

# =============================================================================
# SUBREPOSITORIOS - Tienen sus propios repositorios independientes
# =============================================================================
backend/
database/
# Dependencias
node_modules/
# Build
dist/
build/
# Environment
.env
.env.local
!.env.example
# Logs
*.log
# IDE
.idea/
.vscode/
# OS
.DS_Store