l1ving_youtube-dl/youtube_dl.sublime-project
2020-09-21 19:01:40 +05:30

15 lines
212 B
Plaintext

{
"folders":
[
{
"path": "./youtube_dl",
"folder_exclude_patterns": ["__pycache__"],
},
{
"path": ".",
"name": "root-folder",
"folder_exclude_patterns": ["youtube_dl",".github"],
},
]
}