Skip to content

Commit a577112

Browse files
committed
Auto generate docs
1 parent 80e285b commit a577112

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/VectorCode-cli.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,11 @@ you can override this by the `-f` flag. It also doesn’t assume `--recursive`,
442442
so if you want to add a whole directory to this file, you can use `dir/**`,
443443
which matches all content of `dir/` recursively.
444444

445+
446+
Note that the `include` spec only kicks in when you don’t supply file paths
447+
when calling `vectorcode vectorise`. If you want a rule to be effective
448+
_whenever you vectorise some files_, you should use the `exclude` specs
449+
explained below.
445450
Similarly, you can also create a `project_root/.vectorcode/vectorcode.exclude`
446451
file to denote any files that you want to exclude. This is useful when you have
447452
some files that should be tracked by git, but are not necessary to be indexed

0 commit comments

Comments
 (0)