igorj/creategem

View on GitHub
templates/gem_scaffold/.gitignore.tt

Summary

Maintainability
Test Coverage
/.bundle/
/.yardoc
/Gemfile.lock
/_yardoc/
/coverage/
/test/coverage/
/test/reports/
/doc/
/pkg/
/tmp/

<% if @plugin -%>
test/dummy/db/*.sqlite3
test/dummy/db/*.sqlite3-journal
test/dummy/log/*.log
test/dummy/tmp/
test/dummy/.sass-cache
<% end %>