Skip to content

Commit c8ec696

Browse files
committed
Update Magento.gitignore
The line for `install.php` blocks adding *any* file with that name. In this instance, it caused Git to ignore a file for the Aitoc_Aitsys module located at: `app/code/local/Aitoc/Aitsys/Model/Module/Install.php`
1 parent 098aee2 commit c8ec696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Magento.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ get.php
4545
includes/
4646
index.php
4747
index.php.sample
48-
install.php
48+
/install.php
4949
js/blank.html
5050
js/calendar/
5151
js/enterprise/

0 commit comments

Comments
 (0)