mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
Add back app.ignore
This commit is contained in:
parent
18e4ee41d0
commit
8daa5eba3e
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ module Middleman
|
|||
class Ignores < ConfigExtension
|
||||
self.resource_list_manipulator_priority = 0
|
||||
|
||||
expose_to_application :ignore
|
||||
expose_to_config :ignore
|
||||
|
||||
# Ignore a path or add an ignore callback
|
||||
|
|
Loading…
Reference in a new issue