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:
parent
5f214629ef
commit
f994b1c982
6 changed files with 51 additions and 28 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -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
|
||||
# ---------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue