14 lines
309 B
Plaintext
14 lines
309 B
Plaintext
# 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
|
|
**/dist
|
|
**/*.md
|
|
**/LICENSE
|
|
**/npm-debug.log
|
|
**/*.vscode
|