Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
generate config/spring.rb in new applications [closes #18874]
- Loading branch information
Showing
with
14 additions
and 0 deletions.
@@ -0,0 +1,6 @@ | ||
%w( | ||
.ruby-version | ||
.rbenv-vars | ||
tmp/restart.txt | ||
tmp/caching-dev.txt | ||
).each { |path| Spring.watch(path) } |