l1ving_youtube-dl/youtube_dl.sublime-project

15 lines
212 B
Plaintext
Raw Normal View History

2020-09-21 18:33:06 +05:30
{
"folders":
[
{
"path": "./youtube_dl",
"folder_exclude_patterns": ["__pycache__"],
},
{
"path": ".",
"name": "root-folder",
"folder_exclude_patterns": ["youtube_dl",".github"],
},
]
}