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
Hi, I love this little dynamo of a product! The last line of Configuration reads like this:
$ignore = array(); // Names of files and folders to not list (case-sensitive)
I presume it is a filter of sorts, so that I could instruct it to not show certain files. What is the syntax for using this, and can I use wildcards to, for example, filter out all JPG and PNG files?
The text was updated successfully, but these errors were encountered:
Simpler than that; it's a case-insensitive comparison. Syntax should look like $ignore = array("launch_codes.csv", "Executive Meeting Minutes.docx"); unless I'm mistaken.
Hi, I love this little dynamo of a product! The last line of Configuration reads like this:
$ignore = array(); // Names of files and folders to not list (case-sensitive)
I presume it is a filter of sorts, so that I could instruct it to not show certain files. What is the syntax for using this, and can I use wildcards to, for example, filter out all JPG and PNG files?
The text was updated successfully, but these errors were encountered: