rwadurian/backend/services/presence-service/.dockerignore

59 lines
696 B
Plaintext

# Dependencies (will be installed fresh in container)
node_modules/
# Build output (will be built in container)
dist/
# Environment files (will be provided at runtime)
.env
.env.local
.env.development
.env.development.local
.env.test
.env.test.local
.env.production
.env.production.local
# Git
.git/
.gitignore
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Test
test/
coverage/
.nyc_output
# Logs
logs/
*.log
npm-debug.log*
# Docker
Dockerfile
Dockerfile.test
docker-compose*.yml
.dockerignore
# Documentation
*.md
docs/
# Claude
.claude/
# Makefile
Makefile
# Scripts (not needed in production image)
scripts/