From eb08ca85903f2a1d18e89b7c81d9d51ab67dbf43 Mon Sep 17 00:00:00 2001 From: George Steel Date: Fri, 16 Dec 2022 09:19:14 +0000 Subject: [PATCH] Update export-ignores to exclude docs and tooling configuration Signed-off-by: George Steel --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitattributes b/.gitattributes index de21a3c..21c76fc 100644 --- a/.gitattributes +++ b/.gitattributes @@ -10,3 +10,7 @@ /renovate.json /test/ export-ignore /composer-require-checker.json export-ignore +/docs export-ignore +/.psr-container.php.stub export-ignore +/composer.lock export-ignore +/renovate.json export-ignore