Initial commit
This commit is contained in:
+25
@@ -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
|
||||
Reference in New Issue
Block a user