diff options
Diffstat (limited to '.dockerignore')
| -rw-r--r-- | .dockerignore | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..6472839 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,19 @@ +* +!.env.development +!.env.production +!.eslintrc.json +!.npmrc +!.prettierrc +!excalidraw-app/ +!package.json +!public/ +!packages/ +!scripts/ +!tsconfig.json +!yarn.lock + +# keep (sub)sub directories at the end to exclude from explicit included +# e.g. ./packages/excalidraw/{dist,node_modules} +**/build +**/dist +**/node_modules |
