Exclude more directories from Jekyll
This commit is contained in:
parent
fbb9c14f59
commit
267d3726b1
2 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue