Skip to content

Instantly share code, notes, and snippets.

@bru
Created June 12, 2010 09:14
Show Gist options
  • Save bru/435588 to your computer and use it in GitHub Desktop.
Save bru/435588 to your computer and use it in GitHub Desktop.
TextMate dotfiles filter
# TextMate dotfiles filter
# use this filter in Preferences -> Advanced -> Folder References -> File Pattern
# to show .gitignore, .gems (useful for Heroku), .bundle in your project
!(/\.(?!(htaccess|gitignore|gems|bundle))[^/]*|\.(tmproj|o|pyc)|/Icon\r|/svn-commit(\.[2-9])?\.tmp)$
@rodrigovirgilio
Copy link

thank you for shared.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment