From be0d9b1c4d4ff5f44095d25830dcc5abe50bcea9 Mon Sep 17 00:00:00 2001 From: Eric Fortmeyer Date: Sun, 12 Feb 2023 06:10:36 -0600 Subject: [PATCH] fix: exclude unnecessary files from dist --- .gitattributes | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 5082431..2ab517b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -11,11 +11,15 @@ /phpcs.xml export-ignore /phpdoc.xml export-ignore /phpunit.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 /tests export-ignore +/.vscode export-ignore /docs export-ignore +*.svg export-ignore +*.png export-ignore *.php diff=php