Skip to content
This repository was archived by the owner on Apr 25, 2023. It is now read-only.
This repository was archived by the owner on Apr 25, 2023. It is now read-only.

ignoreInDest configuration works different in Windows #49

@guoliang

Description

@guoliang

I have the following configuration
ignoreInDest: ["**/scripts/*"]

It works perfectly when I run in OSX. It ignore the folder, and files in inside that folder. However in Windows I get Fatal error: ENOTEMPTY: directory not empty, rmdir error.

So I have to make a small adjust so it understand I wanna ignore the folder as well.
ignoreInDest: ["**/scripts", "**/scripts/*"].

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions