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
The text was updated successfully, but these errors were encountered:
orestis-z
changed the title
Possibility to include only selected Filenames
Option to include only selected Filenames
Feb 6, 2020
orestis-z
changed the title
Option to include only selected Filenames
Option to include all files except folder X
Feb 6, 2020
orestis-z
changed the title
Option to include all files except folder X
Option to include only certain files
Feb 6, 2020
How can I include only certain filenames, or ignore all filenames except files X, Y, Z?
I tried
/^((?!file-X).)*$/
regex inignoreFilenames
but that didn't do the trickThe text was updated successfully, but these errors were encountered: