Initial DiscDrop app

This commit is contained in:
2026-07-15 10:34:32 +02:00
commit 4a2536fb7a
40 changed files with 2195 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
# Maven
target/
*.jar
*.war
# IDE
.idea/
*.iml
.vscode/
.settings/
.project
.classpath
nbactions.xml
nb-configuration.xml
# Quarkus dev
.mvn/wrapper/maven-wrapper.jar
# H2 data
data/
*.mv.db
*.trace.db
# OS
.DS_Store