mirror of
https://github.com/jlengrand/quarkus.git
synced 2026-03-10 08:41:22 +00:00
This allows build steps to only produce certain things (such as bytecode for the main/static init method(s) or resources) when the significant product of the build step is consumed. If only weakly-produced outputs are consumed, the build step is not emitted.
25 lines
231 B
Plaintext
25 lines
231 B
Plaintext
target
|
|
*.iml
|
|
.idea
|
|
.settings
|
|
.project
|
|
.classpath
|
|
*~
|
|
local-test
|
|
out
|
|
lib
|
|
bin
|
|
dependency-reduced-pom.xml
|
|
hotspot.log
|
|
.directory
|
|
.java-version
|
|
.graal-install
|
|
hs_err_pid*.log
|
|
server.log
|
|
dumps
|
|
*.orig
|
|
*.rej
|
|
.factorypath
|
|
graph-output.dot
|
|
|