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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user