Skip to content

Fix 404s when C++ .gitignore template selected

Stan Hu requested to merge sh-fix-cpp-templates-404 into master

Due to a overly-stringent regex, the project template API was 404'ing when C++ was requested as the template. Loosen the regex to allow + and % for URL-encoded characters.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/57857

Edited by Stan Hu

Merge request reports