From 9f1429a78c2e49376d7a3865374b2d4744fc02f7 Mon Sep 17 00:00:00 2001 From: Julian Lechner Date: Wed, 22 Jul 2026 22:36:40 +0200 Subject: [PATCH] build: ignore Gitea metadata in image context --- .dockerignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.dockerignore b/.dockerignore index 8a646b1..b31a7ee 100644 --- a/.dockerignore +++ b/.dockerignore @@ -2,8 +2,8 @@ .git .gitignore -# GitHub metadata and local CI files -.github +# Gitea metadata and local CI files +.gitea # IDE/editor files .idea