Ready for release: Includes Auto-cron, Installer, and Schema

This commit is contained in:
Timothy Allen
2026-01-10 16:00:06 -06:00
commit 7fc2f2bc1f
9 changed files with 608 additions and 0 deletions

27
.gitignore vendored Normal file
View File

@@ -0,0 +1,27 @@
# --- Security ---
# Contains database passwords and secrets
.env
# Legacy config file (if you still use it locally)
src/config.php
# --- Dependencies ---
# Composer downloads these automatically during build
src/vendor/
# --- Application Data ---
# RSS cache folder (generated dynamically)
src/cache/
# Cron job logs
src/cron_output.log
# --- System Files ---
# Mac OS metadata
.DS_Store
# Windows thumbnail cache
Thumbs.db
ehthumbs.db
# --- IDE Settings (Optional but recommended) ---
.idea/
.vscode/
*.swp