timburgess / brackets-ftp-sync

FTP/SFTP for Adobe Brackets
105 stars 19 forks source link

[Idea Request] exclude files #72

Open ModuLIZER opened 7 years ago

ModuLIZER commented 7 years ago

It would be really nice with a exclude files option so those build files, configs, node folders etc. can be excluded. Something as simple as:

{"connect":"FTP","host":"ftp.foobardomain.com","port":"21","user":"fooBarUser","pwd":"fooBarPas","savepwd":"checked","remoteRoot":"/foo/bar/root"*,"exclude":"node_modules; .scss,"**}