AddIgnorePatternCommand constructor

AddIgnorePatternCommand(
  1. Repository repository,
  2. String pattern
)

Implementation

AddIgnorePatternCommand(this.repository, this.pattern);