Magento 1.9 .gitignore Example

A boilerplate starting point for creating a .gitignore file on your Magento CE Version ~1.9 project. .htaccess.sample .modgit/ .modman/ app/code/community/Phoenix/ app/code/community/Cm/ app/code/core/ app/design/adminhtml/default/default/ app/design/frontend/base/ app/design/frontend/rwd/ app/design/frontend/default/blank/ app/design/frontend/default/default/ app/design/frontend/default/iphone/ app/design/frontend/default/modern/ app/design/frontend/enterprise/default app/design/install/ app/etc/modules/Enterprise_* app/etc/modules/Mage_All.xml app/etc/modules/Mage_Api.xml app/etc/modules/Mage_Api2.xml app/etc/modules/Mage_Authorizenet.xml app/etc/modules/Mage_Bundle.xml app/etc/modules/Mage_Captcha.xml app/etc/modules/Mage_Centinel.xml app/etc/modules/Mage_Compiler.xml … Continued

Using Bower to install Git repo

If you use Bower as your front end package manager, you may need to install something that’s not in the Bower package library. But chances are it’s on Github. That’s awesome for this case! Bower can manage Github repos using … Continued