Closed renatonascalves closed 1 year ago
.editorconfig
I'm not convinced that .deployignore should be required for this action. This action is to create a built branch, presumably for submodules, not deploy code to SVN or external tools.
.deployignore
Also, .distignore is the version that can be used with wp dist-archive (source: https://developer.wordpress.org/cli/commands/dist-archive/). And .gitattributes is also commonly used. But we are not taking it into account here.
.distignore
wp dist-archive
.gitattributes
To avoid issues, it's better to not make any of those required. And let the plugin applying the action to use any of those files.
resolves #40
.editorconfig
.I'm not convinced that
.deployignore
should be required for this action. This action is to create a built branch, presumably for submodules, not deploy code to SVN or external tools.Also,
.distignore
is the version that can be used withwp dist-archive
(source: https://developer.wordpress.org/cli/commands/dist-archive/). And.gitattributes
is also commonly used. But we are not taking it into account here.To avoid issues, it's better to not make any of those required. And let the plugin applying the action to use any of those files.
resolves #40