Describe the bug
WP CLI's .distignore files will soon support the full .gitignore syntax. Users who write their .distignore file with the larger syntax will encounter issues with 10up/action-wordpress-plugin-deploy.
wp-cli/dist-archive-command#78
Expected behavior
Users will expect a .distignore file to behave the same in both contexts.
Additional context
There are no breaking changes with the existing syntax, the new syntax is a superset (according to the test cases in wp-cli/dist-archive-command).
Describe the bug
WP CLI's
.distignorefiles will soon support the full.gitignoresyntax. Users who write their.distignorefile with the larger syntax will encounter issues with10up/action-wordpress-plugin-deploy.wp-cli/dist-archive-command#78
Expected behavior
Users will expect a
.distignorefile to behave the same in both contexts.Additional context
There are no breaking changes with the existing syntax, the new syntax is a superset (according to the test cases in wp-cli/dist-archive-command).