jerrysu / gulp-rsync

Gulp plugin for deploying files via rsync
119 stars 51 forks source link

Doesn’t sync files starting with a dash #54

Open djibarian opened 6 years ago

djibarian commented 6 years ago

Generates an “unknown filter rule” when a file to sync starts with a dash (i.e. “-file.txt” generates an “unknown file rule: `ile.txt’ error).

It would be good to prepend those files with a “./“.