Gaunt Sloth Assistant - v1.5.0
    Preparing search index...
    • Check if a file path should be ignored based on aiignore patterns

      Parameters

      • filePath: string

        The file path to check

      • rootDir: string

        The root directory for relative pattern matching

      • OptionalcustomPatterns: string[]

        Optional custom patterns to use instead of loading from file

      • Optionalenabled: boolean

        Whether aiignore is enabled

      Returns boolean

      True if the file should be ignored, false otherwise