From 6afff8b2f392caefd7bad7b896ffaba4fc8da6d2 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Thu, 4 Jul 2024 16:42:17 +0200 Subject: [PATCH] Remove dev files from the archives --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..2bef1e4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +/Tests export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.github export-ignore +/.php-cs-fixer.php export-ignore +/phpunit.xml.dist export-ignore +/phpstan.neon.dist export-ignore +/Makefile export-ignore