From 8778b5935332dfdae4d4f8b036a6c08f50a06ae1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kuba=20Wer=C5=82os?= Date: Fri, 15 Aug 2025 12:50:38 +0200 Subject: [PATCH] Update `.gitattributes` --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitattributes b/.gitattributes index 24c7b6e..9374ee0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,7 @@ +/.* export-ignore +/phpunit.xml.dist export-ignore +/tests/ export-ignore + * text=auto eol=lf *.php text whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4 diff=php *.json text whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4