.vitepress folder is ignored? #6026
-
All in Example - https://github.com/massCodeIO/masscode.io. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It's not the ... and thus does not include the content when performing the analysis by default. If you want everything under |
Beta Was this translation helpful? Give feedback.
It's not the
.vitpress
folder that is being excluded; it's everything under its parent directory/docs
as Linguist considers this folder as documentation:https://github.com/github/linguist/blob/1f65799270b46a0bd1d4a62ea5734a1117f45e61/lib/linguist/documentation.yml#L1-L12
... and thus does not include the content when performing the analysis by default.
If you want everything under
/docs
to be included, you'll need to implement an override.