mirror of
https://github.com/diaspora/diaspora.git
synced 2026-04-29 03:01:03 -04:00
9 lines
141 B
Ruby
9 lines
141 B
Ruby
# frozen_string_literal: true
|
|
|
|
%w[
|
|
.ruby-version
|
|
.rbenv-vars
|
|
tmp/restart.txt
|
|
tmp/caching-dev.txt
|
|
].each {|path| Spring.watch(path) }
|