Skip to content

Instantly share code, notes, and snippets.

@leepowers
Created August 13, 2015 23:56
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 leepowers/b47aeb08a33a8022c3a7 to your computer and use it in GitHub Desktop.
Save leepowers/b47aeb08a33a8022c3a7 to your computer and use it in GitHub Desktop.
# Ignore everything in the root except the "wp-content" directory.
/*
!.gitignore
!wp-content/
# Ignore everything in the "wp-content" directory, except the "plugins" and "themes" directories.
wp-content/*
!wp-content/plugins/
!wp-content/themes/
# Ignore everything in the "plugins" directory, except custom plugins
wp-content/plugins/*
!wp-content/plugins/trifacta-uservoice
# Ignore everything in the "themes" directory, except the custom themes
wp-content/themes/*
!wp-content/themes/trifacta
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment