Skip to content

Commit 073ecc0

Browse files
committed
Add custom exclude list
1 parent 4214411 commit 073ecc0

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

_config.yml

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,18 @@ include:
3939
# Exclude from processing.
4040
# The following items will not be processed, by default. Create a custom list
4141
# to override the default setting.
42-
# exclude:
43-
# - Gemfile
44-
# - Gemfile.lock
45-
# - node_modules
46-
# - vendor/bundle/
47-
# - vendor/cache/
48-
# - vendor/gems/
49-
# - vendor/ruby/
42+
exclude:
43+
- Gemfile
44+
- Gemfile.lock
45+
- node_modules
46+
- vendor/bundle/
47+
- vendor/cache/
48+
- vendor/gems/
49+
- vendor/ruby/
50+
- documentation
51+
- records
52+
- src
53+
- tests
5054

5155
# Plugins (previously gems:)
5256
plugins:

0 commit comments

Comments
 (0)