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
How can I include only certain filenames, or ignore all filenames except files X, Y, Z?
I tried /^((?!file-X).)*$/ regex in ignoreFilenames but that didn't do the trick