Skip to content

Commit

Permalink
Merge pull request #2214 from ksss/package-template
Browse files Browse the repository at this point in the history
Drop templates from package
  • Loading branch information
soutaro authored Jan 8, 2025
2 parents d421a15 + 66f0423 commit f946f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rbs.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
`git ls-files -z`.split("\x0").reject do |f|
[
%r{^(test|spec|features|bin|steep|benchmark)/},
%r{^(test|spec|features|bin|steep|benchmark|templates)/},
/Gemfile/
].any? {|r| f.match(r) }
end
Expand Down

0 comments on commit f946f03

Please sign in to comment.