From 0649c1ecfdebaeddf87ce6226d767e9c3ea65aa1 Mon Sep 17 00:00:00 2001 From: "Eric Richer eric.richer@vistoconsulting.com" Date: Tue, 10 Sep 2024 09:31:29 -0400 Subject: [PATCH] Added .gitattributes (#10) --- .gitattributes | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..10d6160 --- /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.dist export-ignore +/psalm.xml export-ignore +/psalm.baseline.xml export-ignore +/test/ export-ignore +/autoload-dev/ export-ignore