Skip to content

Commit

Permalink
Exclude eip-X from processing
Browse files Browse the repository at this point in the history
  • Loading branch information
Arachnid committed Mar 21, 2018
1 parent aea7bfc commit aecc9b3
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit aecc9b3

Please sign in to comment.