From 724b3a80d8b2820f19ad2097234fab32d10b57a4 Mon Sep 17 00:00:00 2001 From: hadestructhor <60148800+hadestructhor@users.noreply.github.com> Date: Thu, 9 Jan 2025 13:37:54 +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*