vinyl-ftp icon indicating copy to clipboard operation
vinyl-ftp copied to clipboard

Negated glob patterns ignored by clean

Open djibarian opened this issue 7 years ago • 0 comments

It seems that negated globs are ignored by clean. For example:

[ '/dev/**/{.,}*',
'!/dev/**/.DS_Store',
'!/dev/assets',
'!/dev/assets/**/{.,}*' ]

deletes any .DS_Store and assets from remote (and incidentally arises #79 when trying to delete assets contents).

djibarian avatar Oct 03 '17 11:10 djibarian