Adding ignore
This commit is contained in:
parent
241fe69f7d
commit
0861fad2e1
|
@ -133,6 +133,9 @@ module Middleman
|
|||
|
||||
# Hack around sass cache in root.
|
||||
watcher.listener.ignore(/^\.sass-cache/)
|
||||
|
||||
# Hack around bundler cache in root.
|
||||
watcher.listener.ignore(/^vendor\/bundle/)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue