### Description of the bug: There is currently no way to ignore certain files when copying or other glob uses. ### Example ShellJS command to reproduce the error: ```javascript cp('-r', [ './**', '!dist/**' ], './dist'); ```