I am using some vQmod extensions in a current project (built with OpenCart) and I wonder if it is actually useful to include all the files of the <vqmod>
folder into version control.
At this time, I suppose that it could be correct to include:
<install>
<xml>
.htaccess
pathReplaces.php
readme.txt
vqmod.php
But I wonder about the relevance (particularly in the context of a local development which is later pushed into a remote branch) to include also:
<logs>
<vqcache>
checked.cache
modes.cache
Thanks for your feedbacks.