.gitignore

Summary

Maintainability
Test Coverage
# 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'

*.gem
*.rbc
/.config
/coverage/
/InstalledFiles
/pkg/
/spec/reports/
/test/tmp/
/test/version_tmp/
/tmp/

## Environment normalisation:
/.bundle/
/lib/bundler/man/
/.ruby-version
/.ruby-gemset

## local DB config - copy database.yml.example
/config/database.yml

## SQLite databases
*.sqlite3
*.sqlite3-journal

## Logfiles
*.log

## RubyMine configs
/.idea

## dotenv config
/.env
/.envrc

## Dokkufy config
/.dokkurc

## Documentation cache and generated files:
/.yardoc/
/_yardoc/
/doc/
/rdoc/

# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
.rvmrc

## VCR cassetes
/spec/cassettes

# Local RSpec config
/.rspec-local