From 4e885bacd1e4dc351e3eaeee986442e4ab959342 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rancoud?= Date: Sat, 20 Jan 2024 18:10:05 +0100 Subject: [PATCH] fix: add export-ignore rules --- .gitattributes | 10 +++++++++- README.md | 4 ++-- 2 files changed, 11 insertions(+), 3 deletions(-) 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 diff --git a/README.md b/README.md index d46a435..1b299c6 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Generate HTML pagination for accessibility. ## Dependencies -[Security package: https://github.com/rancoud/Security](https://github.com/rancoud/Security) +Security package: [https://github.com/rancoud/Security](https://github.com/rancoud/Security) ## Installation ```php @@ -1818,4 +1818,4 @@ array (size=3) ## How to Dev `composer ci` for php-cs-fixer and phpunit and coverage `composer lint` for php-cs-fixer -`composer test` for phpunit and coverage \ No newline at end of file +`composer test` for phpunit and coverage