From dc19384a2773b521a38316400ada4ac4a3c4fecf Mon Sep 17 00:00:00 2001 From: Remco Tolsma <869674+remcotolsma@users.noreply.github.com> Date: Thu, 8 Feb 2024 10:11:25 +0100 Subject: [PATCH] Add `.editorconfig`. --- .gitattributes | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index b2558d7..f3c5cbd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,13 +1,14 @@ *.http text eol=crlf -/documentation/ export-ignore -/tests export-ignore +/.editorconfig export-ignore /.gitattributes export-ignore /.github/ export-ignore /.gitignore export-ignore +/documentation/ export-ignore /phpcs.xml.dist export-ignore /phpstan.neon.dist export-ignore /phpunit.xml.dist export-ignore +/tests export-ignore /tests/ export-ignore /vendor-bin/ export-ignore