-
Notifications
You must be signed in to change notification settings - Fork 83
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
Remove development stuff from releases #39
Remove development stuff from releases #39
Conversation
@@ -0,0 +1,6 @@ | |||
/dev-bin/ export-ignore | |||
/examples/ export-ignore | |||
/ext/ export-ignore |
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.
This should not be removed.
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.
I updated #39
Should /ext/tests be included or not? |
We should probably leave that. It is just a basic sanity test that gets run after the extension is built. |
If you wanted, you could exclude |
Done |
Thanks! |
👌 |
composer require
currently downloads all the contents of the repository, but for production usage the development stuff is not required (and it could may be harmful if it contains executable files).What about removing this development stuff from releases?
This affects only installing releases: git-cloning is not touched, so that people that want to run tests/build phars can perform a
git clone