Is there a way to add only one file to Sublime Text project?
The file sits in a directory with other files and directories, that should not be included in the project.
Although there's no exact feature, you can add the directory and exclude all the other files and folders:
"folders": [
{
"path": "path/to/the/folder",
"folder_exclude_patterns": ["**/**"],
"file_include_patterns": ["file_to_include"]
}
]
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With