Welcome to mirror list, hosted at ThFree Co, Russian Federation.

spring.rb « config - github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 650a73ca0e52a0c38e004c197d68bd96df43bdc2 (plain)
1
2
3
4
5
6
7
8
# frozen_string_literal: true

%w[
  .ruby-version
  .rbenv-vars
  tmp/restart.txt
  tmp/caching-dev.txt
].each {|path| Spring.watch(path) }