From 17d56cabc0c6810bff4e9aae58148f5f2df38348 Mon Sep 17 00:00:00 2001 From: sasezaki Date: Sat, 17 Jan 2026 12:32:20 +0900 Subject: [PATCH 1/2] Update .gitattributes to ignore additional files --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 1ae40a9c..15a1dfe2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -14,10 +14,13 @@ .gitattributes export-ignore .gitignore export-ignore .stickler.yml export-ignore +Dockerfile export-ignore +docs.Dockerfile export-ignore phpbench.json export-ignore phpcs.xml export-ignore phpstan.neon export-ignore phpstan-baseline.neon export-ignore phpunit.xml.dist export-ignore /.github export-ignore +/.phive export-ignore /tests export-ignore From 9ca51f49b3d53a3287887bfb7fb6fd26bbbf4457 Mon Sep 17 00:00:00 2001 From: sasezaki Date: Sat, 17 Jan 2026 13:15:28 +0900 Subject: [PATCH 2/2] also docs added as export-ignore --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 15a1dfe2..27ee4933 100644 --- a/.gitattributes +++ b/.gitattributes @@ -23,4 +23,5 @@ phpstan-baseline.neon export-ignore phpunit.xml.dist export-ignore /.github export-ignore /.phive export-ignore +/docs export-ignore /tests export-ignore