This is mostly a git settings question.
I have a piwik installation in-place that I've been updating manually from zip files. (My host isn't supportive of the automatic update feature, and manual updates are getting tiresome.)
I'd like to switch my installation over to a git update from here: https://github.com/piwik/piwik
...that I can just use to git pull new piwik updates.
Can someone walk me through how I would do that? Specifically, how I git clone
the repo and ignore my current config
folder, so I don't have to back that up every time I pull new updates?