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.

[ci skip]
This commit is contained in:
Daniele Alessandri
2020-08-24 13:52:12 +02:00
parent 17f0c08cb6
commit 61e75816ce
+2 -1
View File
@@ -3,10 +3,11 @@
/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 export-ignore
/.php_cs.dist export-ignore
/.travis.yml export-ignore
/phpunit.xml.dist export-ignore
/phpunit.xml.travisci export-ignore