erp-mecanicas-diesel-backend/.gitignore
rckrdmrd 5a6828d614 chore: Add .gitignore for build artifacts and dependencies
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-18 11:47:00 -06:00

38 lines
327 B
Plaintext

# Dependencies
node_modules/
# Build output
dist/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Environment files
.env
.env.local
.env.*.local
# OS
.DS_Store
Thumbs.db
# Test coverage
coverage/
.nyc_output/
# TypeScript cache
*.tsbuildinfo
# Temporary files
tmp/
temp/