Skip to content

Commit 59d2bf1

Browse files
committed
Exclude images from gem
1 parent 8c9f626 commit 59d2bf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby-lsp-rspec.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
2323
spec.files = Dir.chdir(__dir__) do
2424
%x(git ls-files -z).split("\x0").reject do |f|
2525
(File.expand_path(f) == __FILE__) ||
26-
f.start_with?("bin/", "test/", "spec/", "features/", ".git", ".circleci", "appveyor", "Gemfile")
26+
f.start_with?("bin/", "test/", "spec/", "features/", ".git", ".circleci", "appveyor", "Gemfile", "misc/")
2727
end
2828
end
2929
spec.bindir = "exe"

0 commit comments

Comments
 (0)