From c8ff81e79a18e5117d3b7f066a1bba1fcd801502 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Thu, 4 Feb 2021 03:38:04 +0800 Subject: [PATCH] Use regex in site exclusion list --- _config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index e2d307e..5a41f8c 100644 --- a/_config.yml +++ b/_config.yml @@ -154,7 +154,8 @@ exclude: - vendor - Gemfile - Gemfile.lock - - jekyll-theme-chirpy.gemspec + - '*.gem' + - '*.gemspec' - tools - docs - README.md