From 617b1c131197fd415f450724881c7a114a2ab848 Mon Sep 17 00:00:00 2001 From: Rancoud Date: Sat, 20 Jan 2024 17:13:48 +0100 Subject: [PATCH] fix: add export-ignore rules (#161) --- .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