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`
This commit is contained in:
parent
098aee26a1
commit
c8ec69639c
@ -45,7 +45,7 @@ get.php
|
|||||||
includes/
|
includes/
|
||||||
index.php
|
index.php
|
||||||
index.php.sample
|
index.php.sample
|
||||||
install.php
|
/install.php
|
||||||
js/blank.html
|
js/blank.html
|
||||||
js/calendar/
|
js/calendar/
|
||||||
js/enterprise/
|
js/enterprise/
|
||||||
|
Loading…
Reference in New Issue
Block a user