diff options
Diffstat (limited to '')
-rw-r--r-- | llhttp/.dockerignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/llhttp/.dockerignore b/llhttp/.dockerignore new file mode 100644 index 0000000..11b226d --- /dev/null +++ b/llhttp/.dockerignore @@ -0,0 +1,6 @@ +* +!package.json +!package-lock.json +!tsconfig.json +!bin +!src |