Major changes: - New ThemeManager with Twig templating and SCSS compilation - Dynamic themes system (themes/default, themes/demo) - LogManager with SQLite storage and syslog forwarding - RequestLogger with static helper methods - Admin UI overhaul (Bootstrap 5, dark mode) - Admin config page with logging and theme settings - Admin logs page with filters and search - Removed legacy Mustache templates - Removed test plugin and theme - Composer dependencies: Twig, scssphp, CommonMark, MaxMind GeoIP
37 lines
432 B
Plaintext
37 lines
432 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
package-lock.json
|
|
|
|
# Build outputs
|
|
*.log
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Cache & Storage
|
|
.cache/
|
|
.sass-cache/
|
|
admin/storage/cache/
|
|
admin/storage/geoip/
|
|
admin/storage/stats.json
|
|
|
|
# Runtime-compiled theme assets
|
|
public/themes/
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
|
|
# Local configuration & credentials
|
|
config.json
|
|
admin/config/admin.json
|
|
|
|
# No content
|
|
content/
|
|
!content/.gitkeep
|