Skip to content

Instantly share code, notes, and snippets.

@calebbrewer
Created May 27, 2013 20:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save calebbrewer/5658868 to your computer and use it in GitHub Desktop.
Save calebbrewer/5658868 to your computer and use it in GitHub Desktop.
Ignore everything except for the gitignore file and the themes directories. I made this because I tried others that used the ! logic, but they didn't work right for me.
#For wordpress theme dev.
#Ignore everything except for the gitignore file and the themes directories:
*
!.gitignore
!wp-content/
!wp-content/themes/
!wp-content/themes/*/
!wp-content/themes/*/*
!wp-content/themes/*/*/*
!wp-content/themes/*/*/*/*
!wp-content/themes/*/*/*/*/*
!wp-content/themes/*/*/*/*/*/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment