- Add views/worlds/index.ejs template file to repository
- Update .gitignore to use /worlds/ instead of worlds/ to only exclude root-level worlds directory
- This ensures application view templates are tracked while site-specific Luanti data remains ignored
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- views/mods/details.ejs: Detailed mod information and management page
- views/mods/index.ejs: Main mod management interface with world selection
- views/worlds/details.ejs: World configuration and settings page
- views/worlds/new.ejs: New world creation form
These templates were previously ignored but are required for core functionality.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>