From d8de61ee10b6a607e7996cff388c5a3a663e8c8a Mon Sep 17 00:00:00 2001 From: Frank de Jonge Date: Tue, 2 May 2023 22:02:14 +0200 Subject: [PATCH] Exclude readme's from artefacts. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 6250eb0..9e1465f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,3 +5,4 @@ .gitignore export-ignore **/*Test.php export-ignore **/*Stub.php export-ignore +README.md export-ignore