Skip to content

Instantly share code, notes, and snippets.

View jonathanjanssens's full-sized avatar

Jonathan Janssens jonathanjanssens

View GitHub Profile
@jonathanjanssens
jonathanjanssens / .gitignore
Last active July 5, 2016 15:00 — forked from redoPop/.gitignore
Template .gitignore file for WordPress projects
# Originally from https://gist.github.com/redoPop/444295
# Ignore everything in the root except the "wp-content" directory.
/*
!.gitignore
!wp-content/
# Ignore everything in the "wp-content" directory, except the "plugins",
# "mu-plugins" and "themes" directories.
wp-content/*