Blake Hilscher

Thoughts on ruby development.

Show Hidden Files and Folders in Textmate.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Want to show hidden files and folders in your TextMate project drawer? Simple, just modify the file and folder patterns in TextMate's preferences.

# Instructions:
# Go to TextMate > Preferences...
# Click Advanced
# Select Folder References

# Replace the following:

# File Pattern
!(/\.(?!\W*)[^/]*|\.(gitkeep|DS_Store|tmproj|o|pyc)|/Icon\r|/svn-commit(\.[2-9])?\.tmp)$

# Folder Pattern
!.*/(.git|CVS|_darcs|_MTN|\{arch\}|blib|.*~\.nib|.*\.(framework|app|pbproj|pbxproj|xcode(proj)?|bundle))$