Skip to content

Commit

Permalink
ignore this file
Browse files Browse the repository at this point in the history
  • Loading branch information
sporchia authored and tcprescott committed Apr 26, 2021
1 parent 4aaf46b commit 095a745
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions routes/console.php
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,9 @@ function getWeighted(string $category): string
if (preg_match('/\.gitignore$/', $file)) {
continue;
}
if (preg_match('/link\.1\.zspr$/', $file)) {
continue;
}
if (Storage::disk('images')->exists($file)) {
continue;
}
Expand Down

0 comments on commit 095a745

Please sign in to comment.