Skip to content

Instantly share code, notes, and snippets.

View mikewhitby's full-sized avatar

Mike Whitby mikewhitby

View GitHub Profile

Keybase proof

I hereby claim:

  • I am mikewhitby on github.
  • I am mikewhitby (https://keybase.io/mikewhitby) on keybase.
  • I have a public key whose fingerprint is 7F3A 4DC9 5074 A876 8BA9 F777 D0A6 E111 6E6F 587A

To claim this, I am signing this object:

@mikewhitby
mikewhitby / .gitignore
Created March 14, 2015 13:39
Magento .gitignore
/media/catalog
/var/*
!/var/.htaccess
/app/etc/local.xml
/errors/local.xml
/.htaccess
/install.php
/LICENSE.html
/LICENSE.txt
/LICENSE_AFL.txt
<?php
class Namespace_Module_Model_Entity extends Mage_Core_Model_Abstract
{
/**
* Initialization
*/
public function _construct()
{
$this->_init('namespace_module/entity');
}