Can I gitignore config.json files
-
Hi
I would just like to find out if I can add config.json files to gitignore? We are getting conflicts on our source control for each template/asset. But these conflicts are only related to the modification date of a template/asset. It is a bit annoying to check conflicts (which are only date modified) everytime we merge into the master branch
Thank you for the help
-
You can gitignore it of course, but then you won't be able to change a recipe or any other prop stored in the entity config file.
Wondering when the date modified is changed? It should be changed only when you hit save in the studio.
Why you save it then? Could you elaborate?