ManageGitIgnore constructor.
\Composer\IO\IOInterface $io: The Composer IO interface.
string $dir: The directory where the project is located.
public function __construct(IOInterface $io, $dir) { $this->io = $io; $this->dir = $dir; }