From ecf2841c9c5be344718a9dbde14729f569dad500 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rancoud?= Date: Sat, 20 Jan 2024 17:52:10 +0100 Subject: [PATCH] fix: add export-ignore rules --- .gitattributes | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 07764a7..1b6bd34 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,9 @@ -* text eol=lf \ No newline at end of file +* text eol=lf + +/.github export-ignore +/tests export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.php-cs-fixer.php export-ignore +/phpcs.xml export-ignore +/phpunit.xml export-ignore