Skip to content

Instantly share code, notes, and snippets.

@jakecobley
Created June 13, 2020 00:58
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 jakecobley/f890b4aacb4cfc39cbe8e480be2c5bc4 to your computer and use it in GitHub Desktop.
Save jakecobley/f890b4aacb4cfc39cbe8e480be2c5bc4 to your computer and use it in GitHub Desktop.
gitignore configuration for WordPress sites.
################################################################################
# WordPress
################################################################################
!wp-content
wp-content/*
!wp-content/mu-plugins
wp-content/mu-plugins/*
!wp-content/mu-plugins/.keep
!wp-content/plugins
wp-content/plugins/*
!wp-content/plugins/.keep
!wp-content/themes
wp-content/themes/*
!wp-content/themes/.keep
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment