View gitignore templates
2 endpoints tagged gitignore, each listing its
parameters and possible responses. Search or scroll the index below to
jump to a specific endpoint.
No endpoints match your search.
GET /gitignore/templates
List all templates available to pass as an option when creating a repository.
No parameters.
| Status | Description | Has JSON body |
|---|---|---|
| 200 | Response | yes |
| 304 | Not modified | no |
GET /gitignore/templates/{name}
Get the content of a gitignore template.
| Name | In | Required | Description |
|---|---|---|---|
name | path | yes |
| Status | Description | Has JSON body |
|---|---|---|
| 200 | Response | yes |
| 304 | Not modified | no |