5. Exclusion Utilities
FSHelper.exclude.add(matcher)– add a string, regex, or function to globally exclude files/folders.FSHelper.exclude.should(name)– checks if a file/folder should be excluded.
1FSHelper.exclude.add(/^_/); // exclude all names starting with "_"