Hello,
I work on different project types, so setting file/fodler exclusion is sometimes only wanted for some project, not as a general config in ST
I trired to add these lines in st3 project file but files still appear
"file_exclude_patterns":
[
"*.js",
"*.js.map"
],
"folder_exclude_patterns": ["node_modules"]
am I missing something ?
is this supported ?
thanks