Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I make Textmate always ignore the /log folder in the "Find in Project" search?

Tags:

textmate

How can I make Textmate always ignore the /log folder in the "Find in Project" search?

like image 744
razenha Avatar asked Jan 11 '11 18:01

razenha


1 Answers

Add the log folder to the excludeInFolderSearch option in your ~/.tm_properties file, e.g.:

excludeInFolderSearch = "{$excludeInFolderSearch,$extraExcludes,log}"  
like image 126
rkusa Avatar answered Sep 18 '22 12:09

rkusa