From 01b66780970aec07c91025e470dcff32737d6d47 Mon Sep 17 00:00:00 2001 From: heyarne Date: Mon, 1 Mar 2021 17:21:08 +0000 Subject: [PATCH] Ignore unnecessary files when building jupyter-book --- _config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_config.yml b/_config.yml index 4262d27..5e2ca43 100755 --- a/_config.yml +++ b/_config.yml @@ -11,3 +11,5 @@ copyright: "CC-BY-SA 4.0 2021" # Copyright year to be placed in the footer logo: great-forty-foot-telescope-wikipedia.png # A path to the book logo execute: execute_notebooks: "off" + +exclude_patterns: [_build, .cache, .config, .local, .npm, Thumbs.db, .DS_Store, "**.ipynb_checkpoints"]