queue-run
queue-run copied to clipboard
What would be the way to ignore watch in some folders/files
I'd like to add some ignore to the filesystem watcher. I'd like to ignore for example test/ or tests/, test, .test. folder/files...
Do you think I should add it directly to ignore, as most of time the tests are named like in the example? or Should it provide some configuration to set what folders to ignore? not sure if there is such config file like .queue-run
https://github.com/assaf/queue-run/blob/95f770ca847331ef6a0b1c52fed9c8aa70abd58e/packages/cli/src/dev/primary.ts#L31