1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00
middleman--middleman/middleman-core/fixtures/clean-app/config-hidden-dir-after.rb

7 lines
194 B
Ruby

# frozen_string_literal: true
set :build_dir, '.build'
ignore '/should_be_ignored.html'
ignore '/should_be_ignored2.html'
proxy '/target_ignore.html', '/should_be_ignored3.html', ignore: true