I have a JSON file with real data in my repository that is already in .gitignore, so it's not pushed to Github. In Github, this file does not exist. I want to add a blank JSON file to Github so others can see it, but still ensure that my real JSON file is ignored locally and not affected when pulling updates.
What's the best way to do this?