Skip to content

Commit 8d26ebf

Browse files
committed
Merge pull request #277 from thizzle/patch-1
Updated Magento.gitignore for the latest Enterprise edition.
2 parents 367021e + 4997747 commit 8d26ebf

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

Magento.gitignore

Lines changed: 13 additions & 2 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,6 +62,7 @@ js/spacer.gif
5562
js/tiny_mce/
5663
js/varien/
5764
lib/3Dsecure/
65+
lib/Apache/
5866
lib/flex/
5967
lib/googlecheckout/
6068
lib/.htaccess
@@ -67,6 +75,7 @@ lib/Zend/
6775
LICENSE_AFL.txt
6876
LICENSE.html
6977
LICENSE.txt
78+
LICENSE_EE*
7079
mage
7180
media/customer/
7281
media/downloadable/
@@ -84,6 +93,7 @@ shell/compiler.php
8493
shell/indexer.php
8594
shell/log.php
8695
skin/adminhtml/default/default/
96+
skin/adminhtml/default/enterprise
8797
skin/frontend/base/
8898
skin/frontend/default/blank/
8999
skin/frontend/default/blue/
@@ -92,5 +102,6 @@ skin/frontend/default/french/
92102
skin/frontend/default/german/
93103
skin/frontend/default/iphone/
94104
skin/frontend/default/modern/
105+
skin/frontend/enterprise
95106
skin/install/
96-
var/
107+
var/

0 commit comments

Comments
 (0)