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.
This commit is contained in:
Daniele Alessandri
2020-08-24 13:29:09 +02:00
parent c662ec7b2a
commit 0ffaa864e1
+3 -4
View File
@@ -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