From 976e1a184b3dbe08991e8a50db4d5d7f8a0b7090 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Thu, 5 Dec 2024 21:28:37 +0800 Subject: [PATCH] fix(build): exclude `purgecss.js` from output files (#2090) --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 7a9b11a..71617fb 100644 --- a/_config.yml +++ b/_config.yml @@ -212,8 +212,8 @@ exclude: - tools - README.md - LICENSE - - "*.config.js" - - package*.json + - "*.js" + - "package*.json" jekyll-archives: enabled: [categories, tags]