I want to perform a git archive using node-git
.
A feature of git-archive
is that it excludes from archive the patterns set with export-ignore inside .gitattributes
.
What would be a simple way to perform a git-archive operation using nodegit
api?