Skip to content

Instantly share code, notes, and snippets.

@jibone
Created November 16, 2013 18:09
Show Gist options
  • Save jibone/7503395 to your computer and use it in GitHub Desktop.
Save jibone/7503395 to your computer and use it in GitHub Desktop.
My gitignore file for working on a Wordpress based projects
/*
!.gitignore
!wp-content/
wp-content/*
!wp-content/plugins/
!wp-content/themes/
wp-content/plugins/*
!wp-content/plugins/[plugin name]/
wp-content/themes/*
!wp-content/themes/[theme name]/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment