Skip to content

Commit

Permalink
Exclude carboxes from the final .zip
Browse files Browse the repository at this point in the history
  • Loading branch information
BGMP committed May 16, 2022
1 parent 7cf78f5 commit 1fbff55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ task :package do

puts "Packaging into #{zipfile_name} ..."

exclude = %w[. .. Gemfile Gemfile.lock Rakefile .git .gitignore .idea data.rb README.md packages.json]
exclude = %w[. .. Gemfile Gemfile.lock Rakefile .git .gitignore .idea data.rb README.md packages.json carboxes]
zf = ZipFileGenerator.new('.', zipfile_name, exclude)
zf.write

Expand Down

0 comments on commit 1fbff55

Please sign in to comment.