-
Notifications
You must be signed in to change notification settings - Fork 24
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
Correctly ignore distribution archive files #15
Comments
I wonder why this command uses a separate If there has been a discussion first about this, please let me know. |
WP-CLI is focused on WordPress plugins, not git repositories. The official plugin repository, for example, still uses SVN, not git. I think it would make sense, though, to investigate the possibility to have the |
To use the So, probably the best way is to tell |
Anyway, I would like to argue that it shouldn't be the responsibility of If |
I asked about this on Slack and while .org does not "allow compressed files like zips, tar, etc, in a plugin", I think this CLI command is really used for non .org deployments, so their "rules" aren't so relevant. I think the scaffold-package-command is more targeted at .org plugins than this command, so adding the default exclusions is appropriate there. I do think |
Files like
*.zip
and*.tar.gz
shouldn't be included in distribution builds.From wp-cli/wp-cli#3520 and wp-cli/scaffold-package-command#66
The text was updated successfully, but these errors were encountered: