support-foo/web

View on GitHub
.gitignore

Summary

Maintainability
Test Coverage
# See http://help.github.com/ignore-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 config.
/.bundle

# Default SQLite database.
/db/*.sqlite3
/db/*.sqlite3-journal

# All logfiles and tempfiles.
/log/*.log
/tmp

# Foreman .env files
*.env

# Bundler binstubs
/bin/*

# Database config
/config/database.yml

# Vagrant folder
/.vagrant

# Mac .DS_Store files
.DS_Store

# RSpec configuration
/.rspec

# VI swp files
*.swp

# Uploaded attachments
/public/uploads

# When people accidentally put images in /public
/public/images
.ruby-version

# Sublime project files
*.sublime-*

config/vagrant/phantomjs-1.9.7-*

*.dump

/public/assets