######################
# STS
######################
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
ehcache/
######################
# Intellij
######################
.idea
.idea/
*.idea
*.iws
*.iml
*.ipr
*.ids
*.orig
classes/
.idea/httpRequests/
.idea/httpRequests/*.html
.idea/httpRequests/*.http
.idea/*

######################
# Eclipse
######################
*.pydevproject
.project
.metadata
tmp/
tmp/**/*
*.tmp
*.bak
*.swp
*~.nib
local.properties
.classpath
.settings/
.loadpath
.factorypath
/src/main/resources/rebel.xml
*.ctxt
.gradle

######################
# Visual Studio Code
######################
.vscode/

######################
# Maven
######################
/log/
target/
/target/
!.mvn/wrapper/maven-wrapper.jar
*.mvn
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties

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

######################
# Windows
######################
# Windows image file caches
Thumbs.db

######################
# Folder config file
######################
Desktop.ini

######################
# Mac OSX
######################
.DS_Store
.svn

######################
# Thumbnails
######################
._*

######################
# Files that might appear on external disk
######################
.Spotlight-V100
.Trashes

######################
# Directories
######################
/deploy/

######################
# Logs
######################
*.log*

######################
# NetBeans
######################
/nbproject/private/
/build/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/

######################
# Others
######################
.merge_file*
.externalToolBuilders/
*.launch
.cproject
.buildpath
.target
.texlipse
.mtj.tmp/
*.class
*.*~
*~

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

######################
# Project Specific
######################
HELP.md