Skip to content

Instantly share code, notes, and snippets.

@alexander-young
alexander-young / Wordpress gitignore
Last active January 13, 2016 17:00 — forked from octocat/.gitignore
Some common .gitignore configurations
# WordPress #
######################
# ignore everything in the root except the "wp-content" directory.
/*
!wp-content/
# ignore specific themes
wp-content/themes/twenty*/