* JAVA-11500 : move quarkus related modules into quarkus-modules folder * Update pom.xml * Update pom.xml * JAVA-11500 : added read me file * JAVA-11500 : addressed PR comments Co-authored-by: Loredana Crusoveanu <lore.crusoveanu@gmail.com> Co-authored-by: Keerthi Gadde <keerthi.gadde@anca.com>
40 lines
334 B
Plaintext
40 lines
334 B
Plaintext
#Maven
|
|
target/
|
|
pom.xml.tag
|
|
pom.xml.releaseBackup
|
|
pom.xml.versionsBackup
|
|
release.properties
|
|
|
|
# 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
|