Skip to content

Instantly share code, notes, and snippets.

@didip
Forked from chrisyour/Folder Preferences
Created July 9, 2011 16:16

Revisions

  1. @chrisyour chrisyour revised this gist Dec 7, 2010. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Folder Preferences
    Original file line number Diff line number Diff line change
    @@ -8,7 +8,7 @@
    # Replace the following:

    # File Pattern
    !(/\.(?!\W*)[^/]*|\.(gitkeep|tmproj|o|pyc)|/Icon\r|/svn-commit(\.[2-9])?\.tmp)$
    !(/\.(?!\W*)[^/]*|\.(gitkeep|DS_Store|tmproj|o|pyc)|/Icon\r|/svn-commit(\.[2-9])?\.tmp)$

    # Folder Pattern
    !.*/(.git|CVS|_darcs|_MTN|\{arch\}|blib|.*~\.nib|.*\.(framework|app|pbproj|pbxproj|xcode(proj)?|bundle))$
  2. @chrisyour chrisyour renamed this gist Dec 7, 2010. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion TextMate File/Folder Preferences → Folder Preferences
    Original file line number Diff line number Diff line change
    @@ -8,7 +8,7 @@
    # Replace the following:

    # File Pattern
    !(/\.(?!\W*)[^/]*|\.(tmproj|o|pyc)|/Icon\r|/svn-commit(\.[2-9])?\.tmp)$
    !(/\.(?!\W*)[^/]*|\.(gitkeep|tmproj|o|pyc)|/Icon\r|/svn-commit(\.[2-9])?\.tmp)$

    # Folder Pattern
    !.*/(.git|CVS|_darcs|_MTN|\{arch\}|blib|.*~\.nib|.*\.(framework|app|pbproj|pbxproj|xcode(proj)?|bundle))$
  3. @chrisyour chrisyour created this gist Dec 4, 2010.
    14 changes: 14 additions & 0 deletions TextMate File/Folder Preferences
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,14 @@
    # Want to show hidden files and folders in your TextMate project drawer? Simple, just modify the file and folder patterns in TextMate's preferences.

    # Instructions:
    # Go to TextMate > Preferences...
    # Click Advanced
    # Select Folder References

    # Replace the following:

    # File Pattern
    !(/\.(?!\W*)[^/]*|\.(tmproj|o|pyc)|/Icon\r|/svn-commit(\.[2-9])?\.tmp)$

    # Folder Pattern
    !.*/(.git|CVS|_darcs|_MTN|\{arch\}|blib|.*~\.nib|.*\.(framework|app|pbproj|pbxproj|xcode(proj)?|bundle))$