*.war
*.swp
bin/
log/
logs/
test_file.txt
# Eclipse IDE files and directories.
.classpath
.project
.idea
/*.jar

# Maven build directory.
target/

# Flyway database migration credentials file.
sqlstore/flyway.properties

# Test files
core/test_file.txt
notification-server/metrixDaemon.log
sqlstore/src/test/resources/real-db-test.properties

# Ignore Eclipse Web Standard Tools settings files.
org.eclipse.wst.common.component
org.eclipse.wst.common.project.facet.core.prefs.xml
org.eclipse.wst.common.project.facet.core.xml
org.eclipse.wst.validation.prefs

#Jekyll things
_site/

#Mac artifacts
.DS_Store
