It appears that weex doesn't see dotfiles remotely. When I rebuild cache, it always resends the same dotfiles, but nothing else. Also, I have a bunch of dotfiles on the FTP server I made as tests, which do seem to be removed, even after regenerating the cache.
$ weex -r project|grep -i sending
Sending : .htaccess
Sending : .cvsignore
Running again:
$ weex -r project|grep -i sending
Sending : .htaccess
Sending : .cvsignore
ShowHiddenFile = true
have you tried it in you configuration?
That fixes it.
@ldrolez Would you mind to close this ticket?