Skip to content

Commit 9682214

Browse files
committed
chore: remove unnecessary files
1 parent a3983c4 commit 9682214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appium_lib_core.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
1616
spec.homepage = 'https://github.com/appium/ruby_lib_core/'
1717
spec.license = 'Apache-2.0'
1818
spec.files = `git ls-files -z`.split("\x0").reject do |f|
19-
f.match(%r{^(doc|test|spec|features)/})
19+
f.match(%r{(^(doc|docs|test|spec|features|ci-jobs|.github|script)/|release_notes.md|.gitignore|azure-pipelines.yml|.rubocop.yml)})
2020
end
2121
spec.bindir = 'exe'
2222
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }

0 commit comments

Comments
 (0)