Skip to content

Default ignores/.exoframeignore doesn't work on Windows #284

@HTLFabian

Description

@HTLFabian

I was wondering why the deployment process always takes so long, and then I found out node_modules wasn't excluded. I tracked down where the issue resides, and here is the cause:

const relativePath = name.replace(`${workdir}/`, '');

It only replaces the workdir followed by a /, but on Windows it won't do anything because of the best feature Windows has to offer (\ in the path).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions