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
In my case, I don't want to use /node_modules/ as a source. Since it is not possible to exclude a folder, I have to manually add file types like that instead:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone!
I would like to suggest the idea to let
@source
exclude a folder/file type using a syntax similar toglob()
:In my case, I don't want to use
/node_modules/
as a source. Since it is not possible to exclude a folder, I have to manually add file types like that instead:Not ideal, since it will still search for
php/html
files in/node_modules/
and allow unnecessary classes.Thanks, and keep up the great work!
Beta Was this translation helpful? Give feedback.
All reactions