# Compiled class file
*.class

# Log file
*.log

# BlueJ files
*.ctxt

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

# Package Files #
*.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*

# eclipse files
.project
.settings
.classpath
.checkstyle
**/.classpath
**/.factorypath

# idea files
.idea
*.iml

# maven
target
bin

# custom application properties for testing
application-*properties
application-*yml
application-*yaml
rules
indexer-service/src/main/resources/elasticsearch/_index_templates/custom*
indexer-service/src/main/resources/elasticsearch/_component_templates/ocs_custom*

#kubernetes ops custom files
operations/k8s/custom/
