Skip to main content

should_ignore

Method
This is a method of the IgnoreMatcher class in the indexing module.
Check if path should be ignored.

Signature

Parameters

str
required
Path to check (relative or absolute)

Returns

bool
True if path should be ignored

Uses

  • basename

Source

View on GitHub

praisonaiagents/knowledge/indexing.py at line 210