Skip to content

Instantly share code, notes, and snippets.

View amallory's full-sized avatar

AJ Mallory amallory

View GitHub Profile
@sewmyheadon
sewmyheadon / .gitignore
Last active August 29, 2015 14:00 — forked from octocat/.gitignore
Basic .gitignore file
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
@markjaquith
markjaquith / disable-plugins-when-doing-local-dev.php
Created June 24, 2011 10:24
Disables specified WordPress plugins when doing local development
<?php
/*
Plugin Name: Disable plugins when doing local dev
Description: If the WP_LOCAL_DEV constant is true, disables plugins that you specify
Version: 0.1
License: GPL version 2 or any later version
Author: Mark Jaquith
Author URI: http://coveredwebservices.com/
*/