From 7a29e07683850838d002edfd30ab0953dc68c3aa Mon Sep 17 00:00:00 2001 From: Karel Wintersky Date: Fri, 23 Aug 2024 15:13:11 +0300 Subject: [PATCH] Update .gitattributes PHP Coding-style fixer config not required for package installation. Similarly with the changelog.md, the history of changes can be viewed in git. --- .gitattributes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 375d525..13af2ea 100644 --- a/.gitattributes +++ b/.gitattributes @@ -10,4 +10,6 @@ tests export-ignore vendor export-ignore actions.phpunit.xml export-ignore phpstan.phar export-ignore -phpstan.neon export-ignore \ No newline at end of file +phpstan.neon export-ignore +.php-cs-fixer.dist.php export-ignore +CHANGELOG.md export-ignore