18F/dolores-landingham-slack-bot

View on GitHub
.gitignore

Summary

Maintainability
Test Coverage
!.keep
*.DS_Store
*.swo
*.swp
/.bundle
/.env
/.foreman
/coverage/*
/db/*.sqlite3
/log/*
/public/system
/public/assets
/tags
/tmp/*

# Ignore Cloud Foundry files
*_manifest.yml
cf-ssh.yml

# Ignore files generated by Vagrant
/.vagrant

# Prevent gems bundled to vendor/bundle from causing problems deploying from CI
# Ref: https://github.com/18F/dolores-landingham-slack-bot/pull/233
/vendor/bundle