We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f03a992 commit 6b47132Copy full SHA for 6b47132
src/Flow/Uploader.php
@@ -21,7 +21,7 @@ public static function pruneChunks($chunksFolder, $expirationTime = 172800)
21
}
22
23
while (false !== ($entry = readdir($handle))) {
24
- if ($entry == "." || $entry == "..") {
+ if ($entry == "." || $entry == ".." || $entry == ".gitignore") {
25
continue;
26
27
0 commit comments