mirror of
https://github.com/predis/predis.git
synced 2026-08-27 18:51:07 +00:00
61e75816ce
Remove .github from directories exported in our release packages and fix to ignore .php_cs.dist (the actual file commited) instead of .php_cs. [ci skip]
14 lines
336 B
Plaintext
14 lines
336 B
Plaintext
* text=auto
|
|
|
|
/tests/PHPUnit export-ignore
|
|
/tests/Predis export-ignore
|
|
/tests/bootstrap.php export-ignore
|
|
/.github export-ignore
|
|
/.editorconfig export-ignore
|
|
/.gitattributes export-ignore
|
|
/.gitignore export-ignore
|
|
/.php_cs.dist export-ignore
|
|
/.travis.yml export-ignore
|
|
/phpunit.xml.dist export-ignore
|
|
/phpunit.xml.travisci export-ignore
|