aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/plugin/templates/gitignore
blob: 086d87818a685cb9239ebb3523c7fae05051ed70 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
.bundle/
log/*.log
pkg/
<% unless options[:skip_test_unit] && options[:dummy_path] == 'test/dummy' -%>
<%= dummy_path %>/db/*.sqlite3
<%= dummy_path %>/db/*.sqlite3-journal
<%= dummy_path %>/log/*.log
<%= dummy_path %>/tmp/
<%= dummy_path %>/.sass-cache
<% end -%>