Altax\Command\Builtin\InitCommand::generateGitignore PHP Method

generateGitignore() protected method

protected generateGitignore ( $gitignorePath, $output )
    protected function generateGitignore($gitignorePath, $output)
    {
        file_put_contents($gitignorePath, self::GITIGNORE_TEMPLATE);
        $output->writeln("<info>Created file: </info>{$gitignorePath}");
    }