From a39137397e69e154fe70b8d02db487d63a142fc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rancoud?= Date: Sat, 20 Jan 2024 19:02:00 +0100 Subject: [PATCH] fix: add export-ignore rules --- .gitattributes | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 3ace983..4a168d9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,10 @@ * text eol=lf -*.jpg binary \ No newline at end of file +*.jpg binary + +/.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