Files
discdrop/.gitignore
T
droideparanoico f0be591faf Phase 1: Project scaffold
- Quarkus Maven project with all dependencies
- SQLite DatabaseService with DAO methods
- MusicBrainz REST client with DTOs
- ArtistService, ReleaseGroupService, CacheService, FeedService
- HTMX web controllers (ReleasesPage, ArtistsPage, ArtistController, FeedController, SettingsController)
- RSS feed builder using Rome library
- Qute templates with daisyUI theme switching
- Base layout with navbar, search, theme picker, settings modal
2026-07-02 15:29:16 +02:00

14 lines
102 B
Plaintext

target/
data/
*.db
*.db-journal
*.db-wal
*.db-shm
*.iml
.idea/
.vscode/
*.class
*.jar
*.log
.DS_Store