summaryrefslogtreecommitdiffhomepage
path: root/.dockerignore
blob: e06b666e36789827b8670f3f05aa2dc6482b945e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# --------------------------------------------------------------------------
# .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