michangarrito-backend-v2/.dockerignore
rckrdmrd 59e6ea4ab6 Migración desde michangarrito/backend - Estándar multi-repo v2
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-16 08:12:07 -06:00

42 lines
343 B
Plaintext

# Dependencies
node_modules
npm-debug.log
yarn-error.log
# Build output
dist
# IDE
.idea
.vscode
*.swp
*.swo
# Testing
coverage
.nyc_output
# Environment
.env
.env.*
!.env.example
# Git
.git
.gitignore
# Docker
Dockerfile
docker-compose*.yml
.dockerignore
# Documentation
README.md
docs
# Tests
test
*.spec.ts
*.test.ts
jest.config.js