-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a270f42
commit d99e588
Showing
1 changed file
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,13 @@ | ||
/build export-ignore | ||
/build* export-ignore | ||
/*.md export-ignore | ||
/LICENSE export-ignore | ||
/*.xml export-ignore | ||
/*.xsd export-ignore | ||
/tests export-ignore | ||
/.gitattributes export-ignore | ||
/.gitignore export-ignore | ||
/.php_cs export-ignore | ||
/.travis.yml export-ignore | ||
|
||
*.php diff=php | ||
|
d99e588
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds terrible :(
And tests.... well nobody cares about tests, so perhaps nobody cares about PHPUnit
Please DON'T try to fix a composer bug using .gitattributes. All other installers in all languages (cpan, mvm, pip... even pear) are able to manage file "role", excepted composer.
d99e588
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should for sure keep the license.
d99e588
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@remicollet Reverted. As I wanted to do before tagging 5.5.6.
d99e588
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks