Skip to content

Commit

Permalink
Update Magento.gitignore
Browse files Browse the repository at this point in the history
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`
  • Loading branch information
leek committed Jun 25, 2013
1 parent 098aee2 commit c8ec696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Magento.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ get.php
includes/
index.php
index.php.sample
install.php
/install.php
js/blank.html
js/calendar/
js/enterprise/
Expand Down

0 comments on commit c8ec696

Please sign in to comment.