From a7361717a6d283426bf9efd722f452bb1e8c58b1 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Sun, 28 Nov 2021 23:43:40 +0800 Subject: [PATCH] Exclude NPM lock-file from output --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 6ac98db..a58e0a7 100644 --- a/_config.yml +++ b/_config.yml @@ -159,7 +159,7 @@ exclude: - LICENSE - gulpfile.js - node_modules - - package.json + - package*.json jekyll-archives: enabled: [categories, tags]