Skip to content

Instantly share code, notes, and snippets.

@jzahedieh
Last active February 12, 2016 16:28
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jzahedieh/72b59f1f2606000c6b0d to your computer and use it in GitHub Desktop.
Save jzahedieh/72b59f1f2606000c6b0d to your computer and use it in GitHub Desktop.
Magento EE 1.14 .gitignore
# default magento folders
/downloader/
/errors/
/includes/
/lib/
/media/
/pkginfo/
/shell/
/var/
/vendor/
# magento app folder
/app/.htaccess
/app/Mage.php
/app/code/community/Cm/
/app/code/community/Phoenix/
/app/code/core/
/app/design/adminhtml/default
/app/design/frontend/base/
/app/design/frontend/enterprise/
/app/design/frontend/rwd/
/app/design/install/
/app/etc/config.xml
/app/etc/enterprise.xml
/app/etc/local.xml
/app/etc/local.xml.additional
/app/etc/local.xml.template
/app/locale/
# magento js folder
/js/calendar/
/js/enterprise/
/js/extjs/
/js/firebug/
/js/flash/
/js/jscolor/
/js/lib/
/js/mage/
/js/prototype/
/js/scriptaculous/
/js/tiny_mce/
/js/varien/
/js/blank.html
/js/index.php
/js/spacer.gif
# magento skin folder
/skin/adminhtml/default/default/
/skin/adminhtml/default/enterprise/
/skin/frontend/base/
/skin/frontend/enterprise/
/skin/frontend/rwd/
/skin/install/
# base magento files
/.htaccess
/.htaccess.sample
/LICENSE.html
/LICENSE.txt
/LICENSE_AFL.txt
/LICENSE_EE.html
/LICENSE_EE.txt
/RELEASE_NOTES.txt
/api.php
/cron.php
/cron.sh
/favicon.ico
/get.php
/index.php
/index.php.sample
/install.php
/mage
/php.ini.sample
# magento default modules
/app/etc/modules/Cm_RedisSession.xml
/app/etc/modules/Enterprise_*.xml
/app/etc/modules/Mage_*.xml
/app/etc/modules/Phoenix_Moneybookers.xml
Copy link

ghost commented Sep 14, 2014

i would like to know where i can download magento ee 1.14.1
if you have it can u please email it to me
roromoda@live.com or upluad it on sharing file and send me the link?
thanks in advance

@jzahedieh
Copy link
Author

@roromoda I have access via my employer, it would be illegal to share it, you will have to go via ebay/magento.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment