mirror of
https://github.com/ovosimpatico/smtp-loadbalancer.git
synced 2026-01-15 08:23:37 -03:00
39 lines
290 B
Plaintext
39 lines
290 B
Plaintext
|
|
# Dependencies
|
||
|
|
node_modules/
|
||
|
|
npm-debug.log*
|
||
|
|
|
||
|
|
# Logs
|
||
|
|
logs/
|
||
|
|
*.log
|
||
|
|
|
||
|
|
# Data
|
||
|
|
data/
|
||
|
|
|
||
|
|
# Configuration
|
||
|
|
config.json
|
||
|
|
.env
|
||
|
|
|
||
|
|
# Git
|
||
|
|
.git/
|
||
|
|
.gitignore
|
||
|
|
|
||
|
|
# Documentation
|
||
|
|
docs/
|
||
|
|
README.md
|
||
|
|
|
||
|
|
# Docker
|
||
|
|
Dockerfile
|
||
|
|
docker-compose.yml
|
||
|
|
.dockerignore
|
||
|
|
|
||
|
|
# CI/CD
|
||
|
|
.github/
|
||
|
|
|
||
|
|
# IDE
|
||
|
|
.vscode/
|
||
|
|
.idea/
|
||
|
|
|
||
|
|
# OS
|
||
|
|
.DS_Store
|
||
|
|
Thumbs.db
|