MayOneUS/mayday-2.0-backend

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 all logfiles and tempfiles.
/log/*
!/log/.keep
/tmp
.byebug_history
*.rbc
*.swp
*~
.DS_Store
capybara-*.html
.rspec
/log
/tmp
/db/*.sqlite3
/db/*.sqlite3-journal
/public/system
/coverage/
/spec/tmp
**.orig
rerun.txt
pickle-email-*.html
*.sublime*

.env
config/initializers/secret_token.rb
config/secrets.yml
config/database.yml

## Environment normalisation:
/.bundle
/vendor/bundle


.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

# ignore byebug history
.byebug_history