Skip to content

Commit c7eeaea

Browse files
authored
Merge pull request #672 from github/mrchrisw/exclude-node_modules
Exclude node_modules directory from Jekyll build
2 parents 08d1b05 + a2c3622 commit c7eeaea

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)