Skip to content

Way to ignore files in globs. #699

@tech4him1

Description

@tech4him1

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:

cp('-r', [
        './**',
        '!dist/**'
    ], './dist');

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions