Allow untracked files
Actually, we're trying to use this extension to add some generated doc (compodoc, but this could be the same with some javadoc, ...).
In your code, line 124, you're removing untracked files.
But generated files are not generally committed into the project, so they can't be added to the doc.
Could you at least add an option for this ?