Theia API Documentation v1.65.0
    Preparing search index...
    • Creates a new ignore pattern matcher for managing ignore patterns.

      Returns {
          add: (patterns: string | string[]) => void;
          ignores: (path: string) => boolean;
      }

      An object with add and ignores methods