wp-cli / dist-archive-command

Create a distribution .zip or .tar.gz based on a plugin or theme's .distignore file
https://developer.wordpress.org/cli/commands/dist-archive/
MIT License
47 stars 23 forks source link

Allow operation without .distignore file #55

Closed BrianHenryIE closed 2 years ago

BrianHenryIE commented 2 years ago

Continue execution where there is no .distignore present. Warn users all files will be included.

No .distignore file found. All files in directory included in archive.

My general use has been a plugin wholly contained in a project sub-directory (#42, #45) so has no need for a .distignore.

swissspidy commented 2 years ago

Looks like a reasonable change 👍