action gitlab_get_v3_gitignores { label: "Get the list of the available template" description: "This feature was introduced in GitLab 8.8. This endpoint is deprecated and will be removed in GitLab 9.0." provider: gitlab method: GET path: "/v3/gitignores" encoding: json output: { type: "object" additionalProperties: true } }