unwwwritten
textmate folder patterns
Posted February 18th, 2010 at 11:09 am EST by S. Brent Faulkner — View Comments
I can never find this info when I need it, so here's a useful tip from Dr. Nic regarding speeding up finds in textmate.
Set your folder pattern to...
!.*/(.[^/]*|vendor/rails|doc|rails_root|CVS|log|data_dump|build|_darcs|pkg|_MTN|{arch}|blib|.*~.nib|.*.(framework|app|pbproj|pbxproj|xcode(proj)? |bundle))$
This will speed up your searches by avoiding searching places that don't matter (like logs, etc.).
blog comments powered by Disqus