Add WordPress database backup (561MB) with git-lfs

- Full MySQL dump of wordpress database
- Includes wp_snippets (all API proxies)
- Includes wp_posts, wp_options, wp_postmeta
- Uses git-lfs for large file handling
This commit is contained in:
OpenCode
2026-05-29 19:13:32 +08:00
parent 3d008235be
commit 7ca909179f
2 changed files with 6 additions and 0 deletions

3
.gitignore vendored
View File

@@ -14,6 +14,9 @@ error_log
*.sql
*.log
# Allow database backup
!database/*.sql
# OS files
.DS_Store
Thumbs.db