From 1fa4c836b3335b747dfe5c64a553efb9ee9ac2ec Mon Sep 17 00:00:00 2001 From: Nick Oliver Date: Mon, 25 Mar 2024 15:15:04 -0700 Subject: [PATCH] chore(docker): ignore build cache it can grow to hundreds of MBs ignoring reduces the context transfer by two orders of magnitude --- .dockerignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.dockerignore b/.dockerignore index 025218d20..d1e50831e 100644 --- a/.dockerignore +++ b/.dockerignore @@ -18,6 +18,8 @@ one*.tgz lib .webpack-stats* .build-meta.json +.build-cache +.build-stats bundle.integrity.manifest.json *.md test-setup.js