Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 259 Bytes

gitignore.md

File metadata and controls

14 lines (10 loc) · 259 Bytes

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');