Tell Jekyll to ignore more files/directories

This commit is contained in:
Jeff Parsons 2016-01-20 13:23:30 -08:00
commit 9912cbdfc9

View file

@ -17,7 +17,7 @@ right_brace: "}"
# Build settings
exclude: ["index.html", "**/index.html", "logs", "node_modules", "**/c64", "src", "**/src", "**/static", "tmp", "videos", "web"]
exclude: ["index.html", "**/index.html", "logs", "node_modules", "**/c64", "src", "**/src", "**/static", "tmp", "videos", "web", ".git", ".idea"]
markdown: kramdown
kramdown:
input: GFM