From afa80a40eeafd45b77a84f90fba7586ac3b05078 Mon Sep 17 00:00:00 2001 From: hadestructhor <60148800+hadestructhor@users.noreply.github.com> Date: Thu, 9 Jan 2025 13:41:01 +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 c25b7d7..cfa7add 100644 --- a/.dockerignore +++ b/.dockerignore @@ -6,4 +6,5 @@ Dockerfile .gitignore build dist -assets \ No newline at end of file +assets +/build_results*