node_modules
.next
.git
.gitignore
.env*
!.env.example
!.env.dev.example
scripts/
# ...except the first-party plugin builder, which the image build runs
# (see Dockerfile). Without this the whole scripts/ dir is absent from the
# build context and the RUN step fails with "Cannot find module".
!scripts/build-plugins.mjs
TODO.md
*.md
!README.md
# Sibling projects / test harness - not part of the webmail image
examples/
integration/
e2e/
**/node_modules
