[stable22] Ignore vendor-bin#32727
[stable22] Ignore vendor-bin#32727szaimen merged 1 commit intonextcloud:stable22from kesselb:stable22
Conversation
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
|
@kesselb are the three failing tests unrelated? |
Good question 🤔 The purpose of this pull request is to make the psalm baseline update work for stable22. When you run composer install it will install some dependencies to vendor-bin. Those are usually for development (e.g. phpunit or psalm) and scoped (via vendor-bin plugin) to not interfere with the application dependencies. Right now those scoped tools are not excluded on stable22 so running the psalm baseline update will add a bunch of new files. Example: https://github.com/kesselb/server/pull/3/files (pull request title says master but it was for stable22). Adding vendor-bin to .gitignore will fix this issue and is already done for stable23, stable24, master. Failing tests:
|
|
All right! Thanks for the detailed explanation! Merging then! |

#30826 is partly a backport of #28507 but did not add the vendor-bin directory to
.gitignore.