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