Sublime Forum

exclude_patterns not working (build 2139)

#1

In a project file I have:

[code]{
“folders”:

	{
		"path": "/home/tom/test"
	},
	{
		"path": "/home/tom/Documents"
	}
],
"folder_exclude_patterns": "tmp", "doc", "log"],
"file_exclude_patterns": "*.bundle","*.sqlite3","*.log","*.swp","*.project"]

}
[/code]

But the folders and files are not excluded from the sidebar. If I make changes in the globabl.Sublime settings file they are hidden successfully. This is happening on Windows and Linux.

Thanks if you can help!

0 Likes