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 = {