gitignore.md

March 23, 2017 ยท View on GitHub

Gitignore API

Back to the navigation

Lists all available gitignore templates

$gitignoreTemplates = $client->api('gitignore')->all();

Get a single template

$gitignore = $client->api('gitignore')->show('C');

Contents

  1. 1Gitignore API
  2. 1.1Lists all available gitignore templates
  3. 1.2Get a single template