From b808212e03ad521bd96800a33cb6c105f92828e0 Mon Sep 17 00:00:00 2001 From: Luca Tumedei Date: Mon, 13 Nov 2023 16:42:00 +0100 Subject: [PATCH] chore(.gitattributes) diff PHP files correctly --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index ae572008c..d14377d98 100644 --- a/.gitattributes +++ b/.gitattributes @@ -18,3 +18,5 @@ /todo.txt export-ignore /var export-ignore /vendor export-ignore + +*.php diff=php