From 808561a68f41107c91bc72c5c105ba7abe8f2a7b Mon Sep 17 00:00:00 2001 From: Fran Moreno Date: Thu, 17 Mar 2022 17:09:33 +0100 Subject: [PATCH] Add missing .gitattributes --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..2df4520 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +/Tests export-ignore +/phpunit.xml.dist export-ignore +/.gitattributes export-ignore +/.github export-ignore +/.gitignore export-ignore +/.php_cs.dist export-ignore