Currently the plugin deploy script excludes the .git and .github directories because, well, they aren't needed. The plugin deploy action is really meant to be used together with the planned build process action, which means that other extraneous files shouldn't be lying around anyway, but I'm opening this issue just to track the idea in case we feel it would be a good thing for the deploy action to have configurable excludes.
Technically speaking, this is probably a matter of --exclude-from and an ENV variable to override the default. Would need to test to be sure that can be used in conjunction with --exclude which is used for the assets directory (already configurable).
Currently the plugin deploy script excludes the
.gitand.githubdirectories because, well, they aren't needed. The plugin deploy action is really meant to be used together with the planned build process action, which means that other extraneous files shouldn't be lying around anyway, but I'm opening this issue just to track the idea in case we feel it would be a good thing for the deploy action to have configurable excludes.Technically speaking, this is probably a matter of
--exclude-fromand anENVvariable to override the default. Would need to test to be sure that can be used in conjunction with--excludewhich is used for the assets directory (already configurable).