From 50606087c9b846b3c8ad15881133318ac14d2f96 Mon Sep 17 00:00:00 2001 From: Eric Fortmeyer Date: Tue, 13 Jun 2023 08:30:58 -0500 Subject: [PATCH] fix: prune dist An image file was included in the dist. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 1039d29..5932c9d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -18,5 +18,6 @@ /SECURITY.md export-ignore /tests export-ignore /.vscode export-ignore +/phpolar.svg export-ignore *.php diff=php