From 6bd60452f2c25f72f0920f2ed4af89f0041283f5 Mon Sep 17 00:00:00 2001 From: khwezi Date: Sat, 4 Apr 2026 15:02:08 +0200 Subject: [PATCH] Ensured donet publish and release are not ignored --- .dockerignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index 7a428de..eced789 100644 --- a/.dockerignore +++ b/.dockerignore @@ -27,4 +27,6 @@ README.md !.git/config !.git/packed-refs !.git/refs/heads/** - +# Ensure the build output is NOT ignored +!**/bin/Release/**/publish/ +!**/publish/ -- 2.47.3