1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-29 10:24:20 +01:00
fab-manager/config/spring.rb

9 lines
142 B
Ruby
Raw Normal View History

2020-03-31 11:28:00 +02:00
# frozen_string_literal: true
%w[
2020-03-11 16:18:17 +01:00
.ruby-version
.rbenv-vars
tmp/restart.txt
tmp/caching-dev.txt
2020-03-31 11:28:00 +02:00
].each { |path| Spring.watch(path) }