From b26fe44dcd3090533f1f8715f85c1a83374986a8 Mon Sep 17 00:00:00 2001 From: Vincent Klaiber Date: Thu, 2 Oct 2025 12:47:41 +0200 Subject: [PATCH] Add .gitattributes for line endings and export-ignore --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ae45020 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +* text=auto eol=lf + +/tests export-ignore +/.github export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/phpunit.xml export-ignore +/README.md export-ignore