Sha256: cd7e74ed76e9f059dae463c88c44c5c31522972859bee3e94087341db5add8b5
Contents?: true
Size: 589 Bytes
Versions: 7
Compression:
Stored size: 589 Bytes
Contents
.idea/* .bundle test vendor/bundle vendor/ruby log/* tmp/* !/log/.keep !/tmp/.keep .byebug_history config/database.yml .ruby-gemset .ruby-version public/uploads public/assets <%= Constants::CONFIG_FILE_NAME %> <%= Constants::DOCKER_COMPOSE_FILE_NAME %> <%= Constants::DOCKERIGNORE_FILE_NAME %> <%= Constants::SHELL_SCRIPT_FILE_NAME %> <% if DRConfig.linked_database? %> <% if databases.values.include?('mysql') || databases.values.include?('postgresql') %> <%= "#{Constants::CONFIG_DIRECTORY_NAME}/#{databases[application_env]}/#{Constants::DATA_DIRECTORY_NAME}/*" %> <% end %> <% end %>
Version data entries
7 entries across 7 versions & 1 rubygems