From d6e293eb61e4254390e2d60169d7f20031e1594d Mon Sep 17 00:00:00 2001 From: Anuraag Agrawal Date: Thu, 22 Dec 2022 10:51:55 +0900 Subject: [PATCH] Add .dockerignore that excludes submodule sources --- .dockerignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .dockerignore diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..b7f711c --- /dev/null +++ b/.dockerignore @@ -0,0 +1,3 @@ +# Our docker builds do not require the submodule sources so exclude them as +# they can be very big. +/src