From f009d8e9c1d116055f398fc2c59d8199f49bd37c Mon Sep 17 00:00:00 2001 From: Wim Griffioen Date: Thu, 11 Jul 2024 14:30:03 +0200 Subject: [PATCH] Add gitattributes to clean up releases --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..82f8b45 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +/.github/ export-ignore +/tests/ export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/phpcs.xml.dist export-ignore +/phpstan.neon export-ignore +/phpunit.xml.dist export-ignore