👋 I searched the bash script and I don't believe this can be done, but is it possible to list the exclusions from a .distignore file versus inlining them in the action?
#.distignore
/.wordpress-org
/.git
/.github
/node_modules
/src
/vendor
/webpack
.browserlistrc
.distignore
.editorconfig
... etc
👋 I searched the bash script and I don't believe this can be done, but is it possible to list the
exclusionsfrom a.distignorefile versus inlining them in the action?#.distignore /.wordpress-org /.git /.github /node_modules /src /vendor /webpack .browserlistrc .distignore .editorconfig ... etc