You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have replaced globby (which supports .gitignore natively) to other packages #230 (which don't) then #253 needed it which we missed and now have a small layer of compat (additional fix of #265)
We could npm:ignore to add back same functionality of globby for proper glob support.
Additional information
Would you be willing to help implement this feature?
The text was updated successfully, but these errors were encountered:
Describe the feature
Context: #265 + suggestion from @danielroe
We have replaced globby (which supports
.gitignore
natively) to other packages #230 (which don't) then #253 needed it which we missed and now have a small layer of compat (additional fix of #265)We could npm:ignore to add back same functionality of globby for proper glob support.
Additional information
The text was updated successfully, but these errors were encountered: