From 3341f1ee4fc39c7c568cfa78722aa303880cb6a6 Mon Sep 17 00:00:00 2001 From: sasezaki Date: Mon, 12 Jan 2026 18:09:16 +0900 Subject: [PATCH] Setup .gitattributes - in order to exclude tests and other dev files from dist --- .gitattributes | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7f1143e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,11 @@ +/.github/ export-ignore +/tests/ export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.scrutinizer.yml export-ignore +/Makefile export-ignore +/phpcs.xml.dist export-ignore +/phpmd.xml.dist export-ignore +/phpstan.neon export-ignore +/phpunit.xml.dist export-ignore +/psalm.xml export-ignore