Last Updated: February 25, 2016
·
671
· areski

Sublime Python - Exclude build directory

It s a pain in the neck when you search something in your project and get all the result from your build directory.

There is an easy solution, just add the following to your user settings:

"folder_exclude_patterns": ["build/*"]