f0be591faf
- 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
14 lines
102 B
Plaintext
14 lines
102 B
Plaintext
target/
|
|
data/
|
|
*.db
|
|
*.db-journal
|
|
*.db-wal
|
|
*.db-shm
|
|
*.iml
|
|
.idea/
|
|
.vscode/
|
|
*.class
|
|
*.jar
|
|
*.log
|
|
.DS_Store
|