education/classroom

View on GitHub
.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'

# Bundler stuff
/.bundle
vendor/bundle

# Ignore all logfiles and tempfiles.
/log/*
!/log/.keep
/tmp
/coverage

# Ignore local environment variables
.env

# Rails ERD
erd.pdf

# Sketch
*.sketch

# Redis dump
dump.rdb

# RubyMine
/.idea

# Nginx
config/dev/nginx.conf

# Vim Projections
config/projections.json

# byebug
.byebug_history

# RSpec
spec/examples.txt

# yarn
/node_modules

# mac
.DS_Store

# Homebrew lock file
Brewfile.lock.json