Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

How do i exclude certain files and folders in cli #289

Open
meandmax opened this issue Jun 23, 2021 · 1 comment
Open

How do i exclude certain files and folders in cli #289

meandmax opened this issue Jun 23, 2021 · 1 comment

Comments

@meandmax
Copy link

Im trying to exclude certain folders and files but have a hard time finding the right syntax. Tried different solutions, but Im not sure how to pass exclude globs to the cli?

@Pike
Copy link

Pike commented Jul 7, 2021

You can use something like frontend/src/**/!(*.test).js, the bang is a negative assertion.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants