Created
June 12, 2010 09:14
Revisions
-
bru revised this gist
Jun 12, 2010 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ # TextMate dotfiles filter # use this filter in Preferences -> Advanced -> Folder References -> File Pattern # to show .gitignore, .gems (useful for Heroku), .bundle in your project -
bru revised this gist
Jun 12, 2010 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,4 @@ # TextMateuse dotfiles filter # use this filter in Preferences -> Advanced -> Folder References -> File Pattern # to show .gitignore, .gems (useful for Heroku), .bundle in your project -
bru created this gist
Jun 12, 2010 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ # 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)$