Skip to content

Commit

Permalink
Drop templates from package
Browse files Browse the repository at this point in the history
  • Loading branch information
ksss committed Dec 30, 2024
1 parent b147cbb commit 66f0423
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 66f0423

Please sign in to comment.