How does one get all files that start with an underscore? i tried **/_?*.js This results in an error.
How does one get all files that start with an underscore?
i tried **/_?*.js
This results in an error.