Skip to content

Commit

Permalink
remove duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
justin808 committed Jul 9, 2024
1 parent 6070346 commit aa14690
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shakapacker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ Gem::Specification.new do |s|
s.add_development_dependency "rubocop"
s.add_development_dependency "rubocop-performance"

s.files = `git ls-files`.split("\n")
s.files = `git ls-files -z`.split("\x0").reject { |f|
f.match(%r{^(test|spec|features|tmp|node_modules|packages|coverage|Gemfile.lock|rakelib)/})
}
Expand Down

0 comments on commit aa14690

Please sign in to comment.