-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reduce noise in composer package download #2401
Conversation
AFAIK this only affects composer, so we might also |
Are we sure we're not removing stuff that might be used by someone (e.g., the stub files) |
Thanks @realFlowControl. I'm not entirely sure that's why I asked for 👀 . If we have any doubt I'd rather stay on the conservative side of things. |
More precisely And then affects composer indirectly through that. But given that it's broader than just composer, essentials to building the extensions should still stay. |
I would also add tests there. |
@bwoebi, indeed they are already in the original file |
Oh, it's not a new file, just added to it. Sorry :-) |
a9eda66
to
83f0326
Compare
Description
Update
.gitattributes
file to reduce the number of files and folder that are packaged when using composer.Fixes #2181
Reviewer checklist