From 0ffaa864e17f39effa9aaec9acebeb5bb0e12a67 Mon Sep 17 00:00:00 2001 From: Daniele Alessandri Date: Mon, 24 Aug 2020 13:29:09 +0200 Subject: [PATCH] Apply few changes in .gitattributes file. Remove .github from directories exported in our release packages and fix to ignore .php_cs.dist (the actual file commited) instead of .php_cs. This also reverts commit 7489690 (slipped into main after merging v1.1), we do not need it since there is no patching going on for PHPUnit after our target version was bumped to ^8.0 || ^9.0 on main. --- .gitattributes | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index e702f711..bacce2e2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,10 +1,9 @@ * text=auto -/tests/PHPUnit export-ignore -/tests/Predis export-ignore -/tests/bootstrap.php export-ignore +/tests export-ignore +/.github export-ignore /.editorconfig export-ignore /.gitattributes export-ignore /.gitignore export-ignore -/.php_cs export-ignore +/.php_cs.dist export-ignore /phpunit.xml.dist export-ignore