mirror of
https://github.com/predis/predis.git
synced 2026-08-31 04:35:05 +00:00
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:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user