Skip to content

Instantly share code, notes, and snippets.

@unnu
Created September 8, 2010 07:18
Show Gist options
  • Save unnu/569758 to your computer and use it in GitHub Desktop.
Save unnu/569758 to your computer and use it in GitHub Desktop.
Textmate Folder and File Patterns
File Pattern:
!\.(log)|\.(sp?)|(/\.(?!htaccess)[^/]*|\.(tmproj|o|pyc)|/Icon\r|/svn-commit(\.[2-9])?\.tmp)$
Folder Pattern:
!.*/(\.[^/]*|CVS|_darcs|_MTN|\{arch\}|blib|db/data.*|.*~\.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