Sha256: ead75f302066ad733a6f07e07104422a31b4a03c264e3de7282c86a5650ecc5e
Contents?: true
Size: 433 Bytes
Versions: 37
Compression:
Stored size: 433 Bytes
Contents
/.bundle/ /doc/ /log/*.log /pkg/ /tmp/ <% if with_dummy_app? -%> <% if sqlite3? -%> /<%= dummy_path %>/db/*.sqlite3 /<%= dummy_path %>/db/*.sqlite3-* <% end -%> /<%= dummy_path %>/log/*.log <% unless options[:skip_javascript] -%> /<%= dummy_path %>/node_modules/ /<%= dummy_path %>/yarn-error.log <% end -%> <% unless skip_active_storage? -%> /<%= dummy_path %>/storage/ <% end -%> /<%= dummy_path %>/tmp/ <% end -%> .byebug_history
Version data entries
37 entries across 37 versions & 4 rubygems