jbox-web/draper

View on GitHub
.gitignore

Summary

Maintainability
Test Coverage
# Ignore bundler config.
.bundle/

# Ignore Gemfile.lock
Gemfile.lock
gemfiles/*.lock

# Ignore test files
coverage/

# Ignore dummy app files
spec/dummy/db/*.sqlite3
spec/dummy/db/*.sqlite3-*
spec/dummy/log/*.log
spec/dummy/tmp/

# Ignore MacOS files
.DS_Store