I was curious if there was a way to include a directory into my project, but not include the sub directories recursively.
Is this possible?
I was curious if there was a way to include a directory into my project, but not include the sub directories recursively.
Is this possible?
To answer my own question,
I added…
“file_exclude_patters”: ["*"],
to my folder node, to exclude all sub-directories.