From 54e49b5e331024f671c1a1ae0874d556d14da66f Mon Sep 17 00:00:00 2001 From: Kevin Ingersoll Date: Tue, 5 Sep 2023 02:25:36 -0700 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Will Cory --- .dockerignore | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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