Skip to content

Instantly share code, notes, and snippets.

View farleyta's full-sized avatar
🧜‍♂️

Tim Farley farleyta

🧜‍♂️
View GitHub Profile
@farleyta
farleyta / .gitignore
Last active January 5, 2021 16:10 — forked from redoPop/.gitignore
# From: https://gist.github.com/jdbartlett/444295
# This is a template .gitignore file for git-managed WordPress projects.
#
# Fact: you don't want WordPress core files, or your server-specific
# configuration files etc., in your project's repository. You just don't.
#
# Solution: stick this file up your repository root (which it assumes is
# also the WordPress root directory) and add exceptions for any plugins,
# themes, and other directories that should be under version control.