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
This commit is contained in:
2025-09-22 13:59:14 -04:00
parent 41ece0af86
commit 4d1dc3b06f
+3
View File
@@ -70,6 +70,9 @@ sync-to-github.sh
# Ignore Gitea workflows when pushing to GitHub # Ignore Gitea workflows when pushing to GitHub
.gitea/ .gitea/
# Local development documentation (Gitea only, not for GitHub)
.local/
# Temporary troubleshooting files - to be removed # Temporary troubleshooting files - to be removed
Dockerfile.optimized Dockerfile.optimized
fix-gitea-packages.md fix-gitea-packages.md