From 24e9ea24cec5cd59d17fa42323815398d937f9b4 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Wed, 12 Feb 2025 22:20:51 +0100 Subject: [PATCH] Do not export tests --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 9eda0fd..7ff2c74 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,9 +1,12 @@ /.gitattributes export-ignore /.gitignore export-ignore /.github export-ignore +/CHANGELOG.md export-ignore /example export-ignore /scripts export-ignore /phpcs.xml export-ignore /phpstan.neon export-ignore /codecov.yml export-ignore /.editorconfig export-ignore +/phpunit.xml export-ignore +/tests export-ignore