Exclude more directories from Jekyll

This commit is contained in:
Jeff Parsons 2015-12-16 13:08:55 -08:00
commit 267d3726b1
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ github_username: jeffpar
# Build settings
exclude: ["logs", "node_modules", "static", "tmp", "web"]
exclude: ["logs", "node_modules", "**/static", "src", "tmp", "videos", "web"]
markdown: kramdown
kramdown: