# -------------------------------------------------------------------------- # .dockerignore — Files excluded from the Docker build context. # # Keeping node_modules and build artifacts out of the context speeds up # `docker build` significantly and avoids conflicts with the container's # own dependency tree. # -------------------------------------------------------------------------- node_modules dist .git *.log