-
-
Notifications
You must be signed in to change notification settings - Fork 289
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
Filter out .gitignore
patterns before globbing
#235
Comments
On a really large project it's very inefficient. See: #234 (comment) |
* First introduced in sindresorhus/xo * Known to be a performance bottleneck xojs/xo#235 * Motivation: xojs/xo#236
* First introduced in sindresorhus/xo * Known to be a performance bottleneck xojs/xo#235 * Motivation: xojs/xo#236
The |
@issuehuntfest has funded $80.00 to this issue. See it on IssueHunt |
I think this is already fixed, should close. |
@fisker Do you know which commit fixed it? |
Maybe I fixed it? The old one only ignore But I read the |
Wait... No, this is the line glob files https://github.com/xojs/xo/pull/583/files#diff-e727e4bdf3657fd1d798edcd6b099d6e092f8573cba266154583a746bba0f346L164, I don't know. |
Most likely this PR #436 |
@sindresorhus has rewarded $72.00 to @pvdlg. See it on IssueHunt
|
See: #204 (comment)
Doing it after globbing results in a large performance regression when running on large projects, like in #234.
IssueHunt Summary
pvdlg has been rewarded.
Backers (Total: $80.00)
Submitted pull Requests
extensions
andignores
from config filesTips
The text was updated successfully, but these errors were encountered: