-
-
Save Mouq/fbb86c2a79812a86f7c6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/lib/Panda/Fetcher.pm b/lib/Panda/Fetcher.pm | |
index 68f4a14..95942e1 100644 | |
--- a/lib/Panda/Fetcher.pm | |
+++ b/lib/Panda/Fetcher.pm | |
@@ -32,7 +32,7 @@ sub local-fetch($from, $to) { | |
$d = $d.substr($cleanup.chars) | |
} | |
- next if $d ~~ /^ '/'? '.git'/; # skip VCS files | |
+ next if $d ~~ /^ '/'? ['.git'|'.work']/; # skip VCS files | |
my $where = "$to/$d"; | |
mkpath $where; | |
next if $_.IO ~~ :d; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment