Skip to content

Instantly share code, notes, and snippets.

View AlexBezuska's full-sized avatar

Alex Bezuska AlexBezuska

  • Louisville, Kentucky (KY)
View GitHub Profile
@AlexBezuska
AlexBezuska / .gitignore
Last active December 16, 2015 11:29 — forked from redoPop/.gitignore
This is great! The only changes I made for my usage is leaving the plugins and themes out of the ignore list, so all plugs and themes are by default version controlled. Thanks!
# 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.
#
# See the comments below for more info on how to add exceptions for your