remomueller/contour

View on GitHub
.gitignore

Summary

Maintainability
Test Coverage
# .gitignore lists files and file patterns that are to be ignored by GIT

# Ignore compiled gems
*.gem

# OS generated files #
.DS_Store

.bundle/
Gemfile.lock
log/*.log
pkg/
test/dummy/db/*.sqlite3
test/dummy/log/*.log
test/dummy/tmp/
test/dummy/.sass-cache

coverage/*