Sublime Forum

Excluding folder doesn't exclude it from find in files

#1

I have two folders in my project. I excluded a folder, and it doesn’t show up in the project view on the left side of the screen. But when I do a find in files, it still searches in testfiles, and that’s a big problem for me.

{
“folders”:
[
{
“path”: “.”,
“folder_exclude_patterns”: [“testfiles”]
},
{
“path”: “C:\VM_SHARE\regresstest”,
“folder_exclude_patterns”: [“inputfiles”]
}
]
}

0 Likes