|
# We want the docker builds to be clean, and as fast as possible. Don't send
|
|
# any half-built stuff in the build context as a pre-caution (also saves copying
|
|
# 180k files in node_modules that isn't used!).
|
|
node_modules
|
|
dist
|
|
.nx
|
|
.devcontainer
|
|
.git
|
|
*.md
|