Skip to content

Instantly share code, notes, and snippets.

@twetzel
Last active December 29, 2015 23:19
Show Gist options
  • Save twetzel/7742194 to your computer and use it in GitHub Desktop.
Save twetzel/7742194 to your computer and use it in GitHub Desktop.
Textmate folder preferences
## Show hidden files in TextMate by Chris Your
## https://gist.github.com/chrisyour/728445
## File Patern
# old
!(/\.(?!htaccess)[^/]*|\.(tmproj|o|pyc)|/Icon\r|/svn-commit(\.[2-9])?\.tmp)$
# new
!(/\.(?!\W*)[^/]*|\.(gitkeep|DS_Store|tmproj|o|pyc)|/Icon\r|/svn-commit(\.[2-9])?\.tmp)$
## Folder Patern
# old
!.*/(\.[^/]*|CVS|_darcs|_MTN|\{arch\}|blib|.*~\.nib|.*\.(framework|app|pbproj|pbxproj|xcode(proj)?|bundle))$
# new
!.*/(.git|CVS|_darcs|_MTN|\{arch\}|blib|.*~\.nib|.*\.(framework|app|pbproj|pbxproj|xcode(proj)?|bundle))$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment