Skip to content

Commit d06e628

Browse files
Philipp Bielefeldtmurraco
Philipp Bielefeldt
authored andcommitted
Add 'vendor' to excluded objects
solves murraco#49. also see jekyll/jekyll#2938
1 parent 9ae90ed commit d06e628

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ github_username: murraco
1818
# medium_url: lorem_ipsum.medium.com
1919
# gplus_username: lorem_ipsum
2020

21-
exclude: ['package.json', 'src' , 'node_modules']
21+
exclude: ['package.json', 'src', 'node_modules', 'vendor']
22+

0 commit comments

Comments
 (0)