Created
November 6, 2008 20:22
-
-
Save jonathannelson/22692 to your computer and use it in GitHub Desktop.
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
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