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 dotfiles in watcher #1183

Merged
merged 7 commits into from
Jul 7, 2020
Merged

Commits on Jul 6, 2020

  1. fix: Ignore dotfiles in watcher

    Without this fix, when files in folders like `.git` and `.next` change, the reflection is ran again. The previous way of ignoring dotfiles didn't work properly.
    SpaceK33z committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    f9040ba View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. test

    jasonkuhrt committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    1cea320 View commit details
    Browse the repository at this point in the history
  2. add test

    jasonkuhrt committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    e29a88e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7de61da View commit details
    Browse the repository at this point in the history
  4. less flaky assert

    jasonkuhrt committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    2889142 View commit details
    Browse the repository at this point in the history
  5. string fallback

    jasonkuhrt committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    a187813 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into patch-1

    Jason Kuhrt committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    30258d1 View commit details
    Browse the repository at this point in the history