diff --git a/.dockerignore b/.dockerignore index aff272a356..b3d04a3155 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,4 +1,13 @@ node_modules +**/node_modules .gitignore *.md -dist \ No newline at end of file +dist +**/dist +**/out/ +**/cache/ +**/bindings/ +**/artifacts/ +**/abi/ +**/broadcast/ +**/deploys/ \ No newline at end of file