From 15400185e4e1a062815c30a05940a6d39df56a68 Mon Sep 17 00:00:00 2001 From: Raphael Stolt Date: Mon, 3 Nov 2025 22:14:32 +0100 Subject: [PATCH] fix(dist): only distribute necessary files --- .gitattributes | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index 0b452a97..adeb4464 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,10 @@ -/examples export-ignore -.gitattributes export-ignore -.gitignore export-ignore -phpcs.xml export-ignore +# This file was partly modified by the lean package validator (http://git.io/lean-package-validator). + +.gitattributes export-ignore +.github/ export-ignore +.gitignore export-ignore +examples/ export-ignore +phpcs.xml export-ignore +phpunit.xml.dist export-ignore +README.md export-ignore +tests/ export-ignore