From da30b66a71b5c5a7624ff7ed1d02205980b29522 Mon Sep 17 00:00:00 2001 From: viewit Date: Wed, 12 Aug 2026 14:18:07 +0200 Subject: [PATCH] chore: ignore new local Docker build scripts release_lib.sh and docker-publish-testing.sh replace the Gitea Actions Docker build workflows with local buildx build+push - dev-only tooling, same treatment as release.sh. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 07fb09d..0e5e274 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,5 @@ data/ # Dev-only Dateien — nicht ins öffentliche Repo CLAUDE.md release.sh +release_lib.sh +docker-publish-testing.sh