aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/plugin/templates/gitignore
blob: 757172e6a6f570c22f4940aa47ef755fecf7076a (plain) (blame)
1
2
3
4
5
6
7
8
9
.bundle/
log/*.log
pkg/
<% if with_dummy_app? -%>
<%= dummy_path %>/db/*.sqlite3
<%= dummy_path %>/db/*.sqlite3-journal
<%= dummy_path %>/log/*.log
<%= dummy_path %>/tmp/
<% end -%>