From 67db451da5257232992db9ca98f45df97f5efd64 Mon Sep 17 00:00:00 2001 From: hadestructhor <60148800+hadestructhor@users.noreply.github.com> Date: Thu, 9 Jan 2025 13:39:22 +0100 Subject: [PATCH] Added dockerignore to avoid build results [SKIP CI] --- .dockerignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index aaa4c37..4973de5 100644 --- a/.dockerignore +++ b/.dockerignore @@ -5,4 +5,5 @@ Dockerfile .git .gitignore build -assets \ No newline at end of file +assets +/build_results*