For the complete documentation index, see llms.txt. This page is also available as Markdown.

IGNORE_NAME

IGNORE_NAME(a) is the same as IGNORE(a, "*", "*").

IGNORE_NAME(a, b) is the same as IGNORE(a, b, "*").

Last updated