I'm writing a an app that generates it's own json. I want it to ship with an example json file but to ignore all new files added by developers who use it.
To be specific I have folder json
which I want to ignore with a single file json/0.json
which I want committed.
What's the best way to do this?