Respecting VectorCode include/exclude files in subdirectories #169
Answered
by
Davidyz
GregCKrause
asked this question in
Q&A
|
Lets say I have the following project structure:
Will running |
Answered by
Davidyz
Jun 3, 2025
Replies: 1 comment
|
Hi, the project root resolution respects the closest parent directory (it's basically a python equivalent of |
0 replies
Answer selected by
GregCKrause
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, the project root resolution respects the closest parent directory (it's basically a python equivalent of
vim.fs.root), so if you vectorise the project frommono/, it won't respect any of the subdirectories. You'd need to put the specs inmono/.vectorcode/. The same applies to.gitignore.