Growstuff/growstuff

View on GitHub
.gitignore

Summary

Maintainability
Test Coverage
.byebug_history
.bundle
.env

# Folders to ignore
/log
/doc
/tmp
/vendor
/coverage
/public
/node_modules

# Dev database (if they use sqlite)
/db/*.sqlite3

# Editor and file system droppings
.pt
.*.sw*
*~
*.DS_Store
.idea/**

# Dev config files
config/application.yml
config/database.yml

# Files that are created on Travis
cc-test-reporter
elasticsearch-*.deb
elasticsearch-*.deb.sha512