Skip to content

Commit 69eccb8

Browse files
committed
Merge pull request #1323 from aurmil/magento-root-files
Fix Magento PHP root files names patterns
2 parents d299d97 + 30b6549 commit 69eccb8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Magento.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ app/etc/local.xml
4242
app/.htaccess
4343
app/locale/
4444
app/Mage.php
45-
cron.php
45+
/cron.php
4646
cron.sh
4747
downloader/
4848
errors/
4949
favicon.ico
50-
get.php
50+
/get.php
5151
includes/
52-
index.php
52+
/index.php
5353
index.php.sample
5454
/install.php
5555
js/blank.html
@@ -93,7 +93,7 @@ media/.htaccess
9393
media/import/
9494
media/xmlconnect/
9595
media/catalog/product/cache/
96-
api.php
96+
/api.php
9797
nbproject/
9898
pear
9999
pear/

0 commit comments

Comments
 (0)