Created
October 31, 2012 08:22
-
-
Save mhausenblas/3985841 to your computer and use it in GitHub Desktop.
My Textmate file pattern (hides tmp and some config files in the project drawer)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| !(/\.(?!.)[^/]*|\.(tmproj|o|pyc|gitignore|DS_Store)|/Icon\r|/svn-commit(\.[2-9])?\.tmp)$ | |
| Paste into TextMate -> Preferences -> Advanced in the 'File Pattern:' text input field. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment