michangarrito-whatsapp-serv.../.dockerignore
2026-01-16 08:27:00 -06:00

34 lines
266 B
Plaintext

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