-
Notifications
You must be signed in to change notification settings - Fork 65
[.git] Add dev files to export-ignore #8
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
Conversation
What is your motivation for this PR?
What is your motivation for this PR?
Targeted IDE scan of project source
What does that mean exactly?
When I search for the usages of some source, i.e. a class, I get all the sources from the tests/
folder, which are useless if I'm using the library. Those hints are useful only if I'm developing this library, and if so I'm cloning it instead of downloading its zip file.
I'm supposing that we all know that composer installs libraries as zip by default, which are built on Github skipping files and directories marked as export-ignore
in this PR file.
I see. I never came to such problem myself, so I was curious.
I probably get my source classes with higher priority in the list.
I personally use export-ignore
option to keep package downloads as minimalistic as possible.
@Slamdunk Thanks!
No description provided.