Skip to content

Commit

Permalink
fix: Fixed to not include .fvm in Zip.
Browse files Browse the repository at this point in the history
  • Loading branch information
mathrunet committed Feb 29, 2024
1 parent 63a529f commit bf6c9b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/katana_cli/lib/command/code/zip.dart
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class CodeZipCliCommand extends CliCommand {
encoder.checkAndAddDirectory(
"./",
[
r"\.fvm/",
r"\.class$",
r"\.log$",
r"\.pyc$",
Expand Down

0 comments on commit bf6c9b1

Please sign in to comment.