Skip to content

Commit abdaad0

Browse files
committed
Exclude node_modules directory from Jekyll build
The primer modules in use all have README.md files which are publicly accessible. This PR removes them from the Jekyll build.
1 parent d055e69 commit abdaad0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ relative_permalinks: false
77
analytics_account: "UA-3769691-28"
88

99
# build settings
10-
exclude: ["script", "vendor", "bower.json", "Gemfile", "Gemfile.lock", "Rakefile", "readme.md", "package.json"]
10+
exclude: ["script", "vendor", "bower.json", "Gemfile", "Gemfile.lock", "Rakefile", "readme.md", "package.json", "node_modules"]
1111
markdown: kramdown
1212
plugins:
1313
- jekyll-avatar

0 commit comments

Comments
 (0)