Skip to content

Commit c6a23ad

Browse files
committed
Updated Magento.gitignore for the latest Enterprise edition.
1 parent 85d1796 commit c6a23ad

File tree

1 file changed

+9
-38
lines changed

1 file changed

+9
-38
lines changed

Magento.gitignore

Lines changed: 9 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.modgit/
12
app/code/community/Find/
23
app/code/community/Phoenix/
34
app/code/core/
@@ -8,7 +9,9 @@ app/design/frontend/default/blank/
89
app/design/frontend/default/default/
910
app/design/frontend/default/iphone/
1011
app/design/frontend/default/modern/
12+
app/design/frontend/enterprise/default
1113
app/design/install/
14+
app/etc/modules/Enterprise_*
1215
app/etc/modules/Find_Feed.xml
1316
app/etc/modules/Mage_All.xml
1417
app/etc/modules/Mage_Api.xml
@@ -19,17 +22,19 @@ app/etc/modules/Mage_Compiler.xml
1922
app/etc/modules/Mage_Connect.xml
2023
app/etc/modules/Mage_Downloadable.xml
2124
app/etc/modules/Mage_ImportExport.xml
25+
app/etc/modules/Mage_LoadTest.xml
2226
app/etc/modules/Mage_PageCache.xml
2327
app/etc/modules/Mage_Persistent.xml
2428
app/etc/modules/Mage_Weee.xml
2529
app/etc/modules/Mage_Widget.xml
2630
app/etc/modules/Mage_XmlConnect.xml
2731
app/etc/modules/Phoenix_Moneybookers.xml
2832
app/etc/config.xml
33+
app/etc/enterprise.xml
2934
app/etc/local.xml.additional
3035
app/etc/local.xml.template
3136
app/.htaccess
32-
app/locale/en_US/
37+
app/locale/
3338
app/Mage.php
3439
cron.php
3540
cron.sh
@@ -43,7 +48,9 @@ index.php.sample
4348
install.php
4449
js/blank.html
4550
js/calendar/
51+
js/enterprise/
4652
js/extjs/
53+
js/firebug/
4754
js/flash/
4855
js/index.php
4956
js/jscolor/
@@ -55,42 +62,6 @@ js/spacer.gif
5562
js/tiny_mce/
5663
js/varien/
5764
lib/3Dsecure/
65+
lib/Apache/
5866
lib/flex/
5967
lib/googlecheckout/
60-
lib/.htaccess
61-
lib/LinLibertineFont/
62-
lib/Mage/
63-
lib/PEAR/
64-
lib/phpseclib/
65-
lib/Varien/
66-
lib/Zend/
67-
LICENSE_AFL.txt
68-
LICENSE.html
69-
LICENSE.txt
70-
mage
71-
media/customer/
72-
media/downloadable/
73-
media/.htaccess
74-
media/import/
75-
media/xmlconnect/
76-
nbproject/
77-
pear
78-
pear/
79-
php.ini.sample
80-
pkginfo/
81-
RELEASE_NOTES.txt
82-
shell/abstract.php
83-
shell/compiler.php
84-
shell/indexer.php
85-
shell/log.php
86-
skin/adminhtml/default/default/
87-
skin/frontend/base/
88-
skin/frontend/default/blank/
89-
skin/frontend/default/blue/
90-
skin/frontend/default/default/
91-
skin/frontend/default/french/
92-
skin/frontend/default/german/
93-
skin/frontend/default/iphone/
94-
skin/frontend/default/modern/
95-
skin/install/
96-
var/

0 commit comments

Comments
 (0)