I have python project with user_data.json
There is it:
{"money": 100, "games": [], "deleted_games": []}
I commited and pushed it. Now I want people could edit it localy but not be able to commit and push them to origin. How can I do this?
If I can't do it, can I unless forbid clone repository(allowing install ZIP)?
I added the file to .gitignore but this didn't work