Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix --ignore-watch to accept globs #4224

Merged
merged 3 commits into from
Apr 23, 2019

Conversation

oleg-codaio
Copy link
Contributor

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets #2097
License MIT

It looks like #3723 broke --ignore-watch, as it now only really accepts a single directory and always overwrites the ignore_watch configuration with any files it finds recursively in that directory. I'm not sure why that was added since writing space-separated globs like --ignore-watch "node_modules **/*_test.js" seems to work pretty well.

@CLAassistant
Copy link

CLAassistant commented Mar 29, 2019

CLA assistant check
All committers have signed the CLA.

@Unitech
Copy link
Owner

Unitech commented Apr 5, 2019

thanks for your contribution
@soyuka wdyt?

@Unitech Unitech merged commit eece78e into Unitech:development Apr 23, 2019
@Unitech
Copy link
Owner

Unitech commented Apr 23, 2019

great fix)
kudos to @vaskevich

inerc pushed a commit to inerc/pm2 that referenced this pull request Feb 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants