Open xavierfoucrier opened 5 years ago
When using ftp-deploy with the deleteRemote option set to true, each .dotfiles stay unchanged server side, and there is no warning or error message displayed.
deleteRemote
true
I am using ftp-deploy@2.3.5 with webpack@4.41.2
@simonh1000 it also doesn't remove folders either. My include array is ["*", "**/*", "**/**", ".", ".*"] and the folder on the server is .tmp
["*", "**/*", "**/**", ".", ".*"]
When using ftp-deploy with the
deleteRemote
option set totrue
, each .dotfiles stay unchanged server side, and there is no warning or error message displayed.