Hi, We are working on Zeppelin with GitNotebookRepo to use version control. We would like to omit some fields from the note json files when they are committed, for e.g. dateUpdated, dateStarted, dateFinished, status, code, data, etc. The reason behind this is that we do not want to check in paragraph output when committing a note as it may contain confidential information and also want to avoid creating unnecessary diffs after a user runs a note.
What is the best way to acheive this?