From 1ccb0487ca2f83f90266f7e019ab284dfe33e010 Mon Sep 17 00:00:00 2001 From: Daniel Phelps Date: Wed, 24 Jan 2024 19:14:47 -0800 Subject: [PATCH] Add dist and .git directories to .dockerignore to speedup build times --- .dockerignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index 99bfd3e9faa..6aaae2cb07f 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,4 +1,6 @@ **/node_modules +**/dist npm-debug.log +.git -packages/mobile/ios/Pods \ No newline at end of file +packages/mobile/ios/Pods