diff options
Diffstat (limited to 'yt-dlp.sublime-project')
-rw-r--r-- | yt-dlp.sublime-project | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/yt-dlp.sublime-project b/yt-dlp.sublime-project new file mode 100644 index 000000000..0ffdc674b --- /dev/null +++ b/yt-dlp.sublime-project @@ -0,0 +1,18 @@ +{ + "folders": + [ + { + "path": "./youtube_dlc", + "folder_exclude_patterns": ["__pycache__"], + }, + { + "path": "./youtube_dl", + "folder_exclude_patterns": ["__pycache__"], + }, + { + "path": ".", + "name": "root-folder", + "folder_exclude_patterns": ["youtube_dl", "youtube_dlc", ".git", "build", "dist", "zip"], + }, + ] +} |