From 9230b79cdb93e07c279cbf1ce45c2b552fa7b09b Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Mon, 29 Dec 2025 19:27:03 +0100 Subject: [PATCH] Add .dockerignore This stops the docker build cache from being invalidated when these files changes, and it avoids copying the giant target folder into the docker build context. --- .dockerignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .dockerignore diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..2748a84 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,3 @@ +Dockerfile +target/ +/gui/pkg/