Skip to content

Instantly share code, notes, and snippets.

@yalamber
Created January 6, 2017 11:18
Show Gist options
  • Save yalamber/900a93cfb8a1c1dd3accf89b225311be to your computer and use it in GitHub Desktop.
Save yalamber/900a93cfb8a1c1dd3accf89b225311be to your computer and use it in GitHub Desktop.
WordProject gitignore
/*
.DS_Store
!.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 the plugins you
# specify (see the commented-out examples for hints on how to do this.)
wp-content/plugins/*
!wp-content/plugins/plugin-name
# Ignore everything in the "themes" directory, except the themes you
# specify (see the commented-out example for a hint on how to do this.)
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