# Compiled class file
*.class

# Log file
*.log

# BlueJ files
*.ctxt

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

# Package Files #
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar

*.apk

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

# IDEA and Gradle temp config files
.idea
*.iml
.gradle

# Java build folders
build
bin
target
out
gen

# Project generated files/folders
storage
access_log
*.sqlite
!/center/deploy_startup/hydra_lab_center_docker_db.sqlite
!/center/uber_image/hydra_lab_center_docker_db.sqlite
log

# MacOS
.DS_Store

# Python compiled output
*.pyc

# node libraries
node_modules

# VS extenstions
*.vsix

# Credential and local env specified files
local.properties
application-local.yml
env.properties

# We won't store the application YAML file in the root path, ignore this file here so that folks could use it to debug.
# According to https://docs.spring.io/spring-boot/docs/current/reference/html/features.html#features.external-config
# the following files will be loaded as "Application properties outside of your packaged jar (application.properties and YAML variants)", will override the
# values defined in claspath yaml.
/application.yml
/application-*.yml

/local_debug
.env

!/common/src/test/resources/**
/common/src/test/resources/.DS_Store

/hercules/config.json
