Skip to content

Instantly share code, notes, and snippets.

@cameronscott137
Forked from redoPop/.gitignore
Last active August 29, 2015 14:01
Show Gist options
  • Save cameronscott137/a8607654365e63263b16 to your computer and use it in GitHub Desktop.
Save cameronscott137/a8607654365e63263b16 to your computer and use it in GitHub Desktop.
# Ignore everything in the root except the "wp-content" directory.
/*
!.gitignore
!.readme.txt
!wp-content/
!db_backups/
# Ignore everything in the "wp-content" directory except specified
wp-content/*
!wp-content/plugins/
!wp-content/themes/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment