Skip to content

Commit 88bdc7c

Browse files
authored
fix: exclude .github directory from published gem (#432)
1 parent e7a8724 commit 88bdc7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ruby-vips.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
3030
spec.extra_rdoc_files = %w[LICENSE.txt README.md TODO]
3131

3232
spec.files = `git ls-files -z`.split("\x0").reject do |f|
33-
f.match(%r{^(test|spec|features)/})
33+
f.match(%r{^(test|spec|features|\.github)/})
3434
end
3535

3636
spec.required_ruby_version = ">= 2.0.0"

0 commit comments

Comments
 (0)