shivabhusal/storify

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'

# Ignore bundler config.
/.bundle

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

# Ignore Byebug command history file.
.byebug_history

# Created by .ignore support plugin (hsz.mobi)
### Rails template
*.rbc
capybara-*.html
/tmp

# Ignore the default SQLite database and schema.
/db/*.sqlite3
/db/*.sqlite3-journal
/db/schema.rb

/public/system
/public/uploads/
/public/assets
/coverage/
/spec/tmp
**.orig
rerun.txt
pickle-email-*.html

config/initializers/secret_token.rb

# dotenv
.env

## Environment normalization:
/vendor/bundle

# these should all be checked in to normalize the environment:
# Gemfile.lock, .ruby-version, .ruby-gemset

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

# if using bower-rails ignore default bower_components path bower.json files
/vendor/assets/bower_components
*.bowerrc
bower.json

# Ignore pow environment settings
.powenv

# IntelliJ project files
.idea
*.iml
out
gen

# Ignore application configuration
/config/application.yml
/solr
/spec/vcr/