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

Support dotfiles #34

Closed
lucascaro opened this issue Dec 8, 2022 · 2 comments
Closed

Support dotfiles #34

lucascaro opened this issue Dec 8, 2022 · 2 comments

Comments

@lucascaro
Copy link

Currently all dot files are being ignored by globby due to multimatch not allowing to pass the dot parameter to minimatch.

This means that important files that need to be matched (node_modules/.bin for example) might be silently excluded by the matcher.

@lucascaro
Copy link
Author

hrm... This is probably supported via the pass-through options parameter already... might be worth adding some tests though?

@lucascaro
Copy link
Author

supported with {dot: true} indded

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

No branches or pull requests

1 participant