Skip to content

ignoreRule

Get the ignore rule that will be used for the submodule.

Signature

ts
class Submodule {
  ignoreRule(): SubmoduleIgnore;
}

Returns

  • SubmoduleIgnore

    The ignore rule that will be used for the submodule.

    Submodule ignore values

    These values represent settings for the submodule.$name.ignore
    configuration value which says how deeply to look at the working
    directory when getting the submodule status.

Released under the MIT License.