From 52066dfaf11faee3c9d1165c7a305ca09e1bed6c Mon Sep 17 00:00:00 2001 From: Raphael Stolt Date: Thu, 7 Nov 2024 13:05:22 +0100 Subject: [PATCH] Updates export-ignores --- .gitattributes | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 92acc15e..a7fd0336 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,8 +1,17 @@ +# This file was partly modified by the lean package validator (http://git.io/lean-package-validator). + .editorconfig export-ignore .gitattributes export-ignore +.github/ export-ignore .gitignore export-ignore +banner.png export-ignore +docs/ export-ignore duster.json export-ignore +LICENSE export-ignore phpstan.neon export-ignore phpunit.xml export-ignore -stubs export-ignore -tests export-ignore +pint.json export-ignore +README.md export-ignore +rector.php export-ignore +stubs/ export-ignore +tests/ export-ignore