Fix Forgejo CI workflows and add .gitkeep files

- Fix rsync exclusions to properly preserve accounts, cache, and sessions
- Remove tiles exclusion (not used in this project)
- Add .gitkeep files to track empty directories structure
- Update .gitignore to allow .gitkeep files

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
isUnknown 2026-01-15 15:39:50 +01:00
parent 5f214629ef
commit f994b1c982
6 changed files with 51 additions and 28 deletions

3
.gitignore vendored
View file

@ -62,18 +62,21 @@ public/.idea
public/site/cache/*
!public/site/cache/index.html
!public/site/cache/.gitkeep
# Accounts
# ---------------
public/site/accounts/*
!public/site/accounts/index.html
!public/site/accounts/.gitkeep
# Sessions
# ---------------
public/site/sessions/*
!public/site/sessions/index.html
!public/site/sessions/.gitkeep
# License
# ---------------