From fec5214b4565f3ce6dc4f0839f1ed37e68cf0925 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Sat, 1 Oct 2022 16:12:45 +0800 Subject: [PATCH] chore: reduce files from gem package --- jekyll-theme-chirpy.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jekyll-theme-chirpy.gemspec b/jekyll-theme-chirpy.gemspec index 70730e5..d5d5980 100644 --- a/jekyll-theme-chirpy.gemspec +++ b/jekyll-theme-chirpy.gemspec @@ -11,7 +11,7 @@ Gem::Specification.new do |spec| spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").select { |f| - f.match(%r!^((_(includes|layouts|sass|data|tabs|plugins)|assets)\/|_config|README|LICENSE|index)!i) + f.match(%r!^((_(includes|layouts|sass|data)|assets)\/|README|LICENSE)!i) } spec.metadata = {