# Compiled class file
*.class

# Log file
*.log

# IDE files
nb-configuration.xml
.idea/
*.iml

# VSCode files
.vscode/
.project
.settings/
.classpath
.factorypath

# BlueJ files
*.ctxt

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# Package Files #
#*.jar - we want to support technical writers as well providing the JAR
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

# build directories & files
bin/
target/
target*/
dependency-reduced-pom.xml
.flattened-pom.xml

# backup files
*~
\#*
