From 998ffaa0add93ec2145b45f596b01261a937ef2c Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Thu, 7 Mar 2024 21:28:03 +0100 Subject: [PATCH] Add gitattributes file --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f2e9713 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +.github export-ignore +tests export-ignore +.gitignore export-ignore +.gitattributes export-ignore +phpunit.xml export-ignore