From ba83eec3564c1310035f9e6024a1559a5cf8813b Mon Sep 17 00:00:00 2001 From: Sandro Gehri Date: Wed, 10 Jul 2024 21:05:44 +0200 Subject: [PATCH] Add .gitattributes (#6) --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..09251ff --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +/.github export-ignore +/tests export-ignore +.codeclimate.yml export-ignore +.gitattributes export-ignore +.gitignore export-ignore +.php-cs-fixer.dist.php export-ignore +phpunit.xml.dist export-ignore