Skip to content

Instantly share code, notes, and snippets.

@cduruk
Created March 19, 2010 17:37
Show Gist options
  • Save cduruk/337910 to your computer and use it in GitHub Desktop.
Save cduruk/337910 to your computer and use it in GitHub Desktop.
# Old Folder Pattern
!./(.[^/]|CVS|_darcs|_MTN|{arch}|blib|.~.nib|..(framework|app|pbproj|pbxproj|xcode(proj)?|bundle))$
# New Folder Pattern
!./(.[^/]|CVS|_darcs|_MTN|{arch}|blib|.~.nib|..(framework|app|pbproj|pbxproj|xcode(proj)?|bundle)|vendor|public/system|.git)$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment