chore: reduce files from gem package

This commit is contained in:
Cotes Chung 2022-10-01 16:12:45 +08:00
parent 827f84c7e8
commit fec5214b45
No known key found for this signature in database
GPG Key ID: 0D9E54843167A808
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
spec.license = "MIT" spec.license = "MIT"
spec.files = `git ls-files -z`.split("\x0").select { |f| 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 = { spec.metadata = {