# Gradle stuff
.gradle
**/build/

# IntelliJ IDEA specific
.idea/
*.iml
**/out/
**/target

# Eclipse
**/.settings
**/.project
**/.classpath
.factorypath

# VS Code
.vscode

# Autogenerated build files
dependency-reduced-pom.xml
velocity.log
velocity.log.*

# Openshift local cluster files
**/openshift.local.clusterup/

# Documentation specific
documentation/html
scripts/swagger2markup.jar