@salesforce/source-deploy-retrieve
    Preparing search index...

    Class ForceIgnore

    Index
    FILE_NAME: ".forceignore" = '.forceignore'
    • Performs an upward directory search for a .forceignore file and returns a ForceIgnore object based on the result. If there is no .forceignore file, the returned ForceIgnore object will accept everything.

      Parsed files are cached by absolute path and invalidated when mtime or size changes on disk.

      Parameters

      • seed: string

        Path to begin the .forceignore search from

      Returns ForceIgnore