.gitignore
# See https://help.github.com/articles/ignoring-files for more about ignoring files.
#
# If you find yourself ignoring temporary files generated by your text editor
# or operating system, you probably want to add a global ignore instead:
# git config --global core.excludesfile '~/.gitignore_global'
# Ignore bundler config.
/.bundle
# Ignore all logfiles and tempfiles.
/log/*
/tmp/*
!/log/.keep
!/tmp/.keep
# Ignore PG data directory added by containers
/postgres-data
config/certs
.byebug_history
.rvmrc
.ruby-*
coverage/*
/spec/examples.txt
/spec/fixtures/export
/config/settings/*.local.yml
/cache
/tls
# Ignore any input druid list to reports or roundtrip validation
*druids*.txt
config/settings.local.yml
results.txt
/results
cache-files.txt
# Ignore any output of reports
*.csv