Skip to content

Instantly share code, notes, and snippets.

@nesh
Created April 13, 2010 13:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save nesh/364586 to your computer and use it in GitHub Desktop.
Save nesh/364586 to your computer and use it in GitHub Desktop.
# 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment