Skip to content

Instantly share code, notes, and snippets.

View d8m18n's full-sized avatar

Damian Saunders d8m18n

View GitHub Profile
@d8m18n
d8m18n / .gitignore
Last active January 21, 2017 08:23 — forked from salcode/.gitignore
WordPress .gitignore - this is my preferred gitignore file when working with WordPress. It ignores almost all files by default.
# -----------------------------------------------------------------
# .gitignore for WordPress @webfoundations (originally forked from @salcode
# ver 2017-01-21
#
# From the root of your project run
# curl -O curl -O https://gist.githubusercontent.com/d8m18n/6cb68824330db9bb1fa73b1855820595/raw/.gitignore
# to download this file
#
# By default all files are ignored. You'll need to whitelist
# any mu-plugins, plugins, or themes you want to include in the repo.