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

CLI: Ignore watch events for files that don't match globs #9215

Merged
merged 4 commits into from Aug 31, 2022

Commits on Aug 30, 2022

  1. Don’t re-add files in the CLI watcher that are covered by dynamic pat…

    …terns
    
    They don’t have the same problem. As long as the parent directory is watched their add/change events will fire correctly
    thecrypticace committed Aug 30, 2022
    Copy the full SHA
    6ce836c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f291c04 View commit details
    Browse the repository at this point in the history
  3. fixup

    thecrypticace committed Aug 30, 2022
    Copy the full SHA
    f7b57d8 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. Update changelog

    thecrypticace committed Aug 31, 2022
    Copy the full SHA
    b1b1a33 View commit details
    Browse the repository at this point in the history