From e23a3107220239f4ccba588cfe4ee507a6b8700d Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Tue, 10 Jan 2023 13:09:55 +0000 Subject: [PATCH] Create .gitattributes --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..46ce4de --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +/.* export-ignore +/tests/ export-ignore +/phpunit.xml export-ignore