From d8b080d3fd1aa1a5f47e91a73c3434c91fed6cef Mon Sep 17 00:00:00 2001 From: "Eric Richer eric.richer@vistoconsulting.com" Date: Mon, 9 Sep 2024 13:20:56 -0400 Subject: [PATCH] Added .gitattributes (#40) --- .gitattributes | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..eab1873 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,10 @@ +/.gitattributes export-ignore +/.github/ export-ignore +/.gitignore export-ignore +/docs/ export-ignore +/phpcs.xml export-ignore +/phpunit.xml export-ignore +/psalm.xml export-ignore +/psalm-baseline.xml export-ignore +/test/ export-ignore +/autoload-dev/ export-ignore