aboutsummaryrefslogtreecommitdiffstats
path: root/yt-dlp.sublime-project
blob: 0ffdc674b287232a636f46c59c35bc26bdffb763 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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"],
		},
	]
}