Exclude more (local) files from Jekyll build process

This commit is contained in:
Jeff Parsons 2016-08-14 11:59:41 -07:00
commit b68ce575f1

View file

@ -18,7 +18,7 @@ encoding: UTF-8
# Build settings
exclude: ["**/index.html", "**/archive", "**/c64", "logs", "node_modules", "projects", "src", "**/src", "tmp", "**/tmp", "videos", "web", ".git", ".idea"]
exclude: ["index.html", "**/index.html", "**/archive", "**/c64", "logs", "node_modules", "projects", "**/private", "src", "**/src", "tmp", "**/tmp", "videos", "web", ".git", ".idea"]
markdown: kramdown
kramdown:
input: GFM