Hi,
I have a problem with Sublime Text (2 and 3) on my Mac OS (10.9.3).
I would like to ignore a specific file from the search, because often when I do a global search, I find the keyword in a minified javascript file which makes the results very confusing.
The ST Documentation presents the file_exclude_patterns parameter which should remove the corresponding files from my project structure as well as from the search. I configured my project as follows, but on a global search the result still shows a match in the ext-all.js file. What do I do wrong? What can I do?
{
"folders":
{
"path": "/Users/lukas/Projects/MyProject/",
"file_exclude_patterns": "ext-all.js"]
}
]
}