michangarrito/apps/backend/.dockerignore
rckrdmrd 97f407c661 [MIGRATION-V2] feat: Migrar michangarrito a estructura v2
- Prefijo v2: MCH
- TRACEABILITY-MASTER.yml creado
- Listo para integracion como submodulo

Workspace: v2.0.0 | SIMCO: v4.0.0
2026-01-10 11:28:54 -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