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
Apparently, no, you can't use regular expressions as of now.
Right now the list of strings to be ignored are split and treated as literal strings - as you can see here. And then the paths are also used are literal strings, as seen here.
But I do think it could be useful to use regexes to ignore files.
Hello, may I use regular expressions to ignore files or directories
The text was updated successfully, but these errors were encountered: