From e3c87a66334066c0a32b767db94261e8952a2c91 Mon Sep 17 00:00:00 2001 From: matt Date: Mon, 21 Oct 2024 18:40:09 +0100 Subject: [PATCH] Add .gitattributes --- .gitattributes | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f81b44c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,10 @@ +/docs/ export-ignore +/test/ export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.laminas-ci.json export-ignore +/.markdownlint.json export-ignore +/.psr-container.php.stub export-ignore +/phpcs.xml export-ignore +/phpunit.xml.dist export-ignore +/psalm.xml export-ignore \ No newline at end of file