-
-
Notifications
You must be signed in to change notification settings - Fork 737
How to exclude .git directory? #710
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hello @colatkinson, sorry that the documentation for this feature is not very good. Have you looked at #395 yet? You should be able to use a glob similar to the one you have. I wonder if the problem is with how TypeDoc is reading options. There is a PR open which fixes how options are loaded. Until that is released try this tip from #395 (comment).
|
@aciccarello I did actually look at #395--that's actually how I got the current glob in the first place. This seems to be a special case of this, however, specifically related to directories starting with a |
Ah, that makes sense. Yeah, it appears to be an issue with isaacs/minimatch#30. We also may need to add a |
I'm working on a PR to add |
While we wait for the
I have only tested this to work in the |
I want to generate documentation starting from the root directory of my project. I'm currently using:
However, .ts files in the git heads are still included in the generated documentation. It's the same without the escape string. Is there any way to achieve this behavior?
The text was updated successfully, but these errors were encountered: