mirror of
https://github.com/jlengrand/quarkus-workshop.git
synced 2026-03-10 08:41:21 +00:00
32 lines
318 B
Plaintext
32 lines
318 B
Plaintext
target/
|
|
deployments/
|
|
!.mvn/wrapper/maven-wrapper.jar
|
|
|
|
### STS ###
|
|
.apt_generated
|
|
.classpath
|
|
.factorypath
|
|
.project
|
|
.settings
|
|
.springBeans
|
|
.project
|
|
|
|
### IntelliJ IDEA ###
|
|
.idea
|
|
*.iws
|
|
*.iml
|
|
*.ipr
|
|
|
|
### MS VISUAL CODE ##
|
|
.vscode/
|
|
|
|
### NetBeans ###
|
|
nbproject/private/
|
|
build/
|
|
nbbuild/
|
|
nbdist/
|
|
.nb-gradle/
|
|
|
|
.DS_Store
|
|
*.secret
|