chore: add dockerignore to ignore build directory (#22053)

This commit is contained in:
Steven Masley
2026-02-11 11:52:45 -06:00
committed by GitHub
parent 5cf97955a0
commit 7f7ff9cd40
+4
View File
@@ -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