From 7f7ff9cd40a88e8becd8763674211d5640d12f4f Mon Sep 17 00:00:00 2001 From: Steven Masley Date: Wed, 11 Feb 2026 11:52:45 -0600 Subject: [PATCH] chore: add dockerignore to ignore build directory (#22053) --- .dockerignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .dockerignore diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000000..264fd311a7 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,4 @@ +# All artifacts of the build processed are dumped here. +# Ignore it for docker context, as all Dockerfiles should build their own +# binaries. +build