From 69e61804fc11b012ddc6097a7a87520106298070 Mon Sep 17 00:00:00 2001 From: Eric Fortmeyer Date: Wed, 25 Jan 2023 01:41:52 -0600 Subject: [PATCH] fix(.gitattributes): reduce dist size The unit test configuration files were missed in the last fix :roll_eyes:. Issue #6, Closes #6 --- .gitattributes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index b408f86..cf098e7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -11,8 +11,8 @@ /phpdoc.xml export-ignore /phpolar.svg export-ignore /phpunit.xml export-ignore -/phpunit-ci.xml export-ignore -/phpunit-dev.xml export-ignore +/phpunit.ci.xml export-ignore +/phpunit.dev.xml export-ignore /.pre-commit-config.yaml export-ignore /README.md export-ignore /SECURITY.md export-ignore