Below is a stripped down example of project structure that I’m dealing with.
I’m trying to find a way to configure my .sublime-project such that only 1.0.0 subfolder of Lib1 will be included. Any ideas?
Below is a stripped down example of project structure that I’m dealing with.
I’m trying to find a way to configure my .sublime-project such that only 1.0.0 subfolder of Lib1 will be included. Any ideas?
One way to achieve that is to list the files to exclude in the list of folder_exclude_patterns
in the project file, like this: