Exclude eip-X from processing

This commit is contained in:
Nick Johnson 2018-03-21 13:16:39 +00:00
parent aea7bfceb5
commit aecc9b33dd
1 changed files with 9 additions and 11 deletions

View File

@ -38,14 +38,12 @@ defaults:
values:
layout: "eip"
# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
# exclude:
# - Gemfile
# - Gemfile.lock
# - node_modules
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- eip-X.md