mirror of
https://github.com/predis/predis.git
synced 2026-08-24 20:19:41 +00:00
0ffaa864e1
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.
10 lines
202 B
Plaintext
10 lines
202 B
Plaintext
* text=auto
|
|
|
|
/tests export-ignore
|
|
/.github export-ignore
|
|
/.editorconfig export-ignore
|
|
/.gitattributes export-ignore
|
|
/.gitignore export-ignore
|
|
/.php_cs.dist export-ignore
|
|
/phpunit.xml.dist export-ignore
|