From c30b372e333c6ab043c3fc408aa908a37073d4af Mon Sep 17 00:00:00 2001 From: sasezaki Date: Sat, 4 Oct 2025 22:23:36 +0900 Subject: [PATCH] refine .gitattributes --- .gitattributes | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index 73f667b..97a2e8f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,8 @@ -.gitattributes export-ignore -.gitignore export-ignore -composer.lock export-ignore -phpunit.xml.dist export-ignore +/.github export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/composer.lock export-ignore +/phpcs.xml.dist export-ignore +/phpunit.xml.dist export-ignore * text eol=lf