Tuesday, April 13, 2010

My magento .gitignore

Based on Git ignore (.gitignore) file for Magento project I started working on my version of it. I published it as gist on GitHub so it will be easier to maintain. Here it is:


# original from http://activecodeline.com/git-ignore-gitignore-file-for-magento-project
# tested with Magento 1.4.0.1
# put it into magento install dir
app/code/community/Phoenix/
app/code/core/
app/design/adminhtml/default/default/
app/design/frontend/base/
app/design/frontend/default/default/
app/design/frontend/default/blank/
app/design/frontend/default/iphone/
app/design/frontend/default/modern/
app/design/install/
app/etc/modules/Mage_All.xml
app/etc/modules/Mage_Api.xml
app/etc/modules/Mage_Bundle.xml
app/etc/modules/Mage_Centinel.xml
app/etc/modules/Mage_Compiler.xml
app/etc/modules/Mage_Downloadable.xml
app/etc/modules/Mage_Weee.xml
app/etc/modules/Mage_Widget.xml
app/etc/modules/Phoenix_Moneybookers.xml
app/etc/config.xml
app/etc/local.xml.additional
app/etc/local.xml.template
app/locale/en_US/
app/Mage.php
cron.php
cron.sh
downloader/
errors/
favicon.ico
includes/
index.php
index.php.sample
install.php
js/
# js/blank.html
# js/extjs/
# js/lib/
# js/prototype/
# js/spacer.gif
# js/varien/
# js/calendar/
# js/flash/
# js/index.php
# js/mage/
# js/scriptaculous/
# js/tiny_mce/
lib/
# lib/3Dsecure/
# lib/flex/
# lib/googlecheckout/
# lib/LinLibertineFont/
# lib/PEAR/
# lib/Varien/
# lib/Zend/
LICENSE_AFL.txt
LICENSE.html
LICENSE.txt
media/downloadable/
media/import/
# nbproject/
pear/
php.ini.sample
pkginfo/
shell/
# shell/abstract.php
# shell/compiler.php
# shell/indexer.php
# shell/log.php
skin/adminhtml/default/default/
skin/frontend/base/
skin/frontend/default/blank/
skin/frontend/default/blue/
skin/frontend/default/default/
skin/frontend/default/french/
skin/frontend/default/german/
skin/frontend/default/iphone/
skin/frontend/default/modern/
skin/install/
var/
pear
.htaccess.sample
view raw gistfile1.sh hosted with ❤ by GitHub

1 comment:

  1. This comment has been removed by a blog administrator.

    ReplyDelete