gitignore.md
March 23, 2017 ยท View on GitHub
Gitignore API
Lists all available gitignore templates
$gitignoreTemplates = $client->api('gitignore')->all();
Get a single template
$gitignore = $client->api('gitignore')->show('C');
March 23, 2017 ยท View on GitHub
$gitignoreTemplates = $client->api('gitignore')->all();
$gitignore = $client->api('gitignore')->show('C');