Improves version control + avoids bloating the [packfile](https://git-scm.com/book/en/v2/Git-Internals-Packfiles) over time with binary file commits. Implementation examples: - https://github.com/pandoc/pandoc-action-example - https://stackoverflow.com/a/65091856
Improves version control + avoids bloating the packfile over time with binary file commits.
Implementation examples: