Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jonathannelson/22692 to your computer and use it in GitHub Desktop.
Save jonathannelson/22692 to your computer and use it in GitHub Desktop.
In Textmate, go to Preferences -> Advanced -> Folder References. Then find the following File Pattern:
(?!htaccess)
replace with:
(?!(htaccess|git*))
Restarting Textmate project will now display all files that are called ‘.htaccess’ or start with ‘.git’.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment