From 127478ec242f0186410756c0c6f9b59b9d3d475e Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Tue, 18 Nov 2025 16:19:24 +0000 Subject: [PATCH 1/2] .gitattributes: Add package.json and package-lock.json Also alphasort list --- .gitattributes | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index 26f80b1..a965205 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,8 +1,10 @@ /.gitattributes export-ignore -/.gitignore export-ignore /.github export-ignore -/phpcs.xml export-ignore +/.gitignore export-ignore /CHANGELOG.md export-ignore /Dockerfile export-ignore -/test/ export-ignore +/package-lock.json export-ignore +/package.json export-ignore +/phpcs.xml export-ignore /phpunit.xml.dist export-ignore +/test/ export-ignore From 791a77645b6d415a8b1752f93935d22c3d69af75 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Tue, 18 Nov 2025 17:11:21 +0000 Subject: [PATCH 2/2] .gitattributes: Remove Dockerfile --- .gitattributes | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index a965205..aa41e17 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,7 +2,6 @@ /.github export-ignore /.gitignore export-ignore /CHANGELOG.md export-ignore -/Dockerfile export-ignore /package-lock.json export-ignore /package.json export-ignore /phpcs.xml export-ignore