Files
web/.dockerignore
T
2025-12-31 21:34:16 +03:00

13 lines
212 B
Plaintext

# Exclude data directory to prevent local database from being copied into production images
backend/data/
# Exclude logs
backend/logs/
# Exclude development files
node_modules/
.git/
.gitignore
README.md
*.log