.gitignore

Summary

Maintainability
Test Coverage
# Bundler
/.bundle/
*.bundle
/Gemfile.lock

# YARD
/.yardoc
/_yardoc/
/doc/

# Coverage
/coverage/
/spec/reports/

# RubyGems
/pkg/

# Temp
/tmp/