# Build context for web/Dockerfile (the three Vite apps). server/Dockerfile
# has its own .dockerignore and never sees this one.
node_modules
**/node_modules
**/dist
.git
.github
docs
server/storage
server/.env
apps/*/.env
.env
.env.*
!.env.example
!**/.env.example
*.md
.vscode
