Skip to content

Commit 7db69a0

Browse files
Exclude vendor/ directory from gem package
1 parent 587d8a9 commit 7db69a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby_wasm.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
2222
spec.files = Dir.chdir(__dir__) do
2323
`git ls-files -z`.split("\x0").reject do |f|
2424
(f == __FILE__) || f.match(%r{\A(?:(?:bin|test|spec|features)/|\.(?:git|travis|circleci)|appveyor)}) ||
25-
f.match(%r{\A(?:packages|builders)/})
25+
f.match(%r{\A(?:packages|builders|vendor)/})
2626
end
2727
end
2828
spec.bindir = "exe"

0 commit comments

Comments
 (0)