From c9b4f7d627d06a274b2c676ffdf7c2ce180769c2 Mon Sep 17 00:00:00 2001 From: Gutenberg back end service account Date: Tue, 7 Jan 2020 10:01:24 -0500 Subject: [PATCH] Added link to 'files' subdirectory to exclusion in Jeckyll configuration. --- _config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index c7559de..487e4dd 100644 --- a/_config.yml +++ b/_config.yml @@ -49,5 +49,4 @@ destination: /public/vhost/g/gutenberg/dev/html/ timezone: America/New_York encoding: utf-8 # default incremental: TRUE # doesn't seem to work... all files are being built -keep_files: [.htaccess,cache,robots.txt,google3c00b5891470e2e3.html,catalog,browse,dirs] - +keep_files: [.htaccess,cache,robots.txt,google3c00b5891470e2e3.html,catalog,browse,dirs,files]