In Prestashop, when a change takes place in a module configuration, where is located the physical change in the files directory? I ask because I use git versioning and I wan this to be accounted for, but maybe it is removed by my .gitignore.
Example: manufacturer block, I change the number of displayed manufacturers displayed. Git doesn't account for it, it says "no changes".
Thanks.