aboutsummaryrefslogtreecommitdiffstats
path: root/yt-dlc.sublime-project
blob: a225b2442fc7b9b092f9c2ffa5447cf70be4e90e (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",".github"],
		},
	]
}