1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-06-28 20:21:09 +02:00
yt-dlp/yt-dlp.sublime-project

19 lines
333 B
Plaintext
Raw Normal View History

2021-01-04 18:50:13 +01:00
{
"folders":
[
{
"path": "./youtube_dlc",
"folder_exclude_patterns": ["__pycache__"],
},
{
"path": "./youtube_dl",
"folder_exclude_patterns": ["__pycache__"],
},
{
"path": ".",
"name": "root-folder",
2021-01-07 07:41:05 +01:00
"folder_exclude_patterns": ["youtube_dl", "youtube_dlc", ".git", "build", "dist", "zip"],
2021-01-04 18:50:13 +01:00
},
]
}