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: Ensure that dot files are found with globs. #16550

Merged
merged 1 commit into from Nov 15, 2022
Merged

Commits on Nov 14, 2022

  1. fix: Ensure that dot files are found with globs.

    Previously, glob patterns didn't match dot files and couldn't be changed
    while we were using globby for flat config. Because we moved to our own glob search, we
    can now include dot files in our searches automatically.
    
    Fixes #16265
    nzakas committed Nov 14, 2022
    Copy the full SHA
    aa43984 View commit details
    Browse the repository at this point in the history