* Add README files to several directories in app/ giving a brief overview of some parts of Danbooru's architecture. * Add documentation for files in config/.
11 lines
217 B
Ruby
11 lines
217 B
Ruby
# This file configures Spring, the Rails application preloader.
|
|
#
|
|
# @see https://github.com/rails/spring
|
|
|
|
%w[
|
|
.ruby-version
|
|
.rbenv-vars
|
|
tmp/restart.txt
|
|
tmp/caching-dev.txt
|
|
].each { |path| Spring.watch(path) }
|