web-deploy
web-deploy copied to clipboard
rsync-option --ignore not working
rsync-options: --include not working.
I try to exclude all files by --exclude=* except wp-content/themes folder and files in it by:
--exclude=/* --include=/wp-content/ --include=/wp-content/themes/**
Try this to make it work:
https://github.com/SamKirkland/web-deploy/issues/16#issuecomment-1813492196