opinionated-vertx/.gitignore
Peter Schuller b950c9ebdb [wip] initial commit
extracted useful snippets from other projects
2021-12-17 07:31:44 +01:00

20 lines
273 B
Text

# ---> Java
*.class
/bin/
/lib/default/
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
!fallback.jar
*.war
*.ear
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# compiled reports
reports/
javadoc/