Skip to content

Commit fec5214

Browse files
committedOct 1, 2022
chore: reduce files from gem package
1 parent 827f84c commit fec5214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎jekyll-theme-chirpy.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
1111
spec.license = "MIT"
1212

1313
spec.files = `git ls-files -z`.split("\x0").select { |f|
14-
f.match(%r!^((_(includes|layouts|sass|data|tabs|plugins)|assets)\/|_config|README|LICENSE|index)!i)
14+
f.match(%r!^((_(includes|layouts|sass|data)|assets)\/|README|LICENSE)!i)
1515
}
1616

1717
spec.metadata = {

0 commit comments

Comments
 (0)
Please sign in to comment.