From 3bdcca8b8044af7c9b0d917af3b31d826c6c0b8a Mon Sep 17 00:00:00 2001 From: Ben Challis Date: Tue, 6 Dec 2022 12:20:38 +0100 Subject: [PATCH] Update .gitattributes to not package unrequired files in releases (#272) --- .gitattributes | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 4f343860..899e65fe 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,11 @@ -/composer.lock -merge +/.github export-ignore +/tests export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.php-cs-fixer.php export-ignore +composer.lock export-ignore -merge +infection.json.dist export-ignore +phpstan.neon export-ignore +phpstan-rector.neon export-ignore +phpunit.xml.dist export-ignore +rector.php export-ignore