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

spring.rb « config - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c9119b40c08eff8aef2d607f5bf42424483cbd15 (plain)
1
2
3
4
5
6
%w(
  .ruby-version
  .rbenv-vars
  tmp/restart.txt
  tmp/caching-dev.txt
).each { |path| Spring.watch(path) }