Files
course-craft-service/.dockerignore
2026-02-06 12:42:51 +03:00

14 lines
173 B
Plaintext

node_modules
.next
.turbo
dist
.git
*.log
# Exclude ALL .env files at any level (they contain localhost URLs)
.env
.env.*
**/.env
**/.env.*
!packages/database/.env.example