Open djibarian opened 7 years ago
It seems that negated globs are ignored by clean. For example:
clean
[ '/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).
.DS_Store
assets
It seems that negated globs are ignored by
clean
. For example:deletes any
.DS_Store
andassets
from remote (and incidentally arises #79 when trying to deleteassets
contents).