NoxArt / SublimeText2-FTPSync

Simple and free FTP(S) syncing (SFTP not available)
MIT License
342 stars 65 forks source link

Empty folders with .gitignore files are ignored #180

Open plashenkov opened 10 years ago

plashenkov commented 10 years ago

Hello!

It looks like FTPSync currently does not upload folders which contain files which are ignored by FTPSync.

For example, I’m trying to use FTPSync in PHP Laravel development, and there are many “empty” folders with only one .gitignore file inside. When I upload the project to a server, all these directories are ignored and not uploaded. But the Laravel framework expects these directories are present.

When I create a completely empty directory and then synchronize it, it uploads. But directory with .gitignore file is ignored.

NoxArt commented 10 years ago

Hi, I've reproduced the issue successfully, know the cause, will be thinking about how best to solve it.