I have a question about Strapi before start using it but couldn't find a answer.
Strapi cms makes changes on files after certain edits or when uploaded a media(adds media to folder).
Lets say I setted up Strapi and published it to production, on production when someone very normally uploads/changes a media and it creates those files in file system and of course shows up if you run git status
in prod server.
So after that when I need to add something to dev branch and then when updating the prod it will have a conflict when I try to merge dev branch to prod. Commiting those images on prod and pulling all those to local are not logical. Am I not seeing something here that resolves this ? If only option is to use other media storage services then why even Strapi added something like this ?