-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
I'm trying to use this in a monorepo with symlinked packages. In my package.json I have my monorepo packages set with file: links. In node_modules these are symlinked to the path in the monorepo, outside the node_modules path. I'm using this inside of Docker, but I don't think that should affect the pattern matching or ignore. Docker might affect the symlinks though.
I tried --ignore="directory-name" and --ignore="@mynamespace/mypackage" and it still removed files from those packages which should have been ignored.
I tried --follow-symlinks=false and that didn't stop it, but I'm also not sure how that option is supposed to work.
Maybe I'm using it wrong, in which case maybe the docs need to be more clear.
pawelgur
Metadata
Metadata
Assignees
Labels
No labels