initial commit
All checks were successful
Build, test and publish the Quarkus libraries / build (push) Successful in 10m12s

This commit is contained in:
Jorge Bornhausen 2024-10-18 18:15:43 +02:00
commit 2d9bd1710c
17 changed files with 940 additions and 0 deletions

42
.gitignore vendored Normal file
View file

@ -0,0 +1,42 @@
#Maven
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
.flattened-pom.xml
# Eclipse
.project
.classpath
.settings/
bin/
# IntelliJ
.idea
*.ipr
*.iml
*.iws
# NetBeans
nb-configuration.xml
# Visual Studio Code
.vscode
.factorypath
# OSX
.DS_Store
# Vim
*.swp
*.swo
# patch
*.orig
*.rej
# Local environment
.env