Gaunt Sloth Assistant - v1.1.5
    Preparing search index...

    Function filterIgnoredFiles

    • Filter an array of file paths based on aiignore patterns

      Parameters

      • filePaths: string[]

        Array of file paths to filter

      • rootDir: string

        The root directory for relative pattern matching

      • customPatterns: string[] | undefined = undefined

        Optional custom patterns to use instead of loading from file

      • enabled: boolean = true

        Whether aiignore is enabled

      Returns string[]

      Filtered array of file paths that should not be ignored