From 4d1dc3b06f5f7eb666cded7b72f7c85fe88c9c86 Mon Sep 17 00:00:00 2001 From: SBCrumb Date: Mon, 22 Sep 2025 13:59:14 -0400 Subject: [PATCH] fix: Configure .local/ directory as Gitea-only (not GitHub) - Add .local/ to .gitignore to exclude from GitHub releases - .local/ contains private development documentation and notes - Files remain available locally and in Gitea for development reference --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 019c6a2..f81875a 100644 --- a/.gitignore +++ b/.gitignore @@ -70,6 +70,9 @@ sync-to-github.sh # Ignore Gitea workflows when pushing to GitHub .gitea/ +# Local development documentation (Gitea only, not for GitHub) +.local/ + # Temporary troubleshooting files - to be removed Dockerfile.optimized fix-gitea-packages.md