Replies: 1 comment 7 replies
-
This is not supposed to happen, regardless of whether the |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I think
.vectorcode
exclusion should trumpvectorise
.Assume we have a repo using inclusion/exclusion configuration. Calling
vectorcode vectorise
respects the exclusions and indexes the whole repo. However, callingvectorise
on an excluded file does not respect this and this file ends up in the index. Specifically, I found this surprising, as it was kicking in via git hooks. ;)I think we should write a message, letting the using know that exclusion trumped the vectorise call.
Beta Was this translation helpful? Give feedback.
All reactions