File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
railties/lib/rails/generators/rails/plugin/templates Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
- .bundle/
2
- log/*.log
3
- pkg/
1
+ / .bundle/
2
+ / log/*.log
3
+ / pkg/
4
4
<% if with_dummy_app? -%>
5
5
<% if sqlite3? -%>
6
- <%= dummy_path %>/db/*.sqlite3
7
- <%= dummy_path %>/db/*.sqlite3-*
6
+ / <%= dummy_path %>/db/*.sqlite3
7
+ / <%= dummy_path %>/db/*.sqlite3-*
8
8
<% end -%>
9
- <%= dummy_path %>/log/*.log
9
+ / <%= dummy_path %>/log/*.log
10
10
<% unless options[:skip_javascript] -%>
11
- <%= dummy_path %>/node_modules/
12
- <%= dummy_path %>/yarn-error.log
11
+ / <%= dummy_path %>/node_modules/
12
+ / <%= dummy_path %>/yarn-error.log
13
13
<% end -%>
14
14
<% unless skip_active_storage? -%>
15
- <%= dummy_path %>/storage/
15
+ / <%= dummy_path %>/storage/
16
16
<% end -%>
17
- <%= dummy_path %>/tmp/
17
+ / <%= dummy_path %>/tmp/
18
18
<% end -%>
19
19
.byebug_history
You can’t perform that action at this time.
0 commit comments