Ready for release: Includes Auto-cron, Installer, and Schema
This commit is contained in:
27
.gitignore
vendored
Normal file
27
.gitignore
vendored
Normal 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
|
||||
Reference in New Issue
Block a user