Sublime Forum

Include project directory non-recursive

#1

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?

0 Likes

#2

To answer my own question,

I added…

“file_exclude_patters”: ["*"],

to my folder node, to exclude all sub-directories.

0 Likes