LinuxForHealth / FHIR

The LinuxForHealth FHIR® Server and related projects
https://linuxforhealth.github.io/FHIR
Apache License 2.0
321 stars 156 forks source link

fhir-swagger-generator source missing #4221

Open lmsurpre opened 1 year ago

lmsurpre commented 1 year ago

Describe the bug Looks like fhir-swagger-generator has been missing its source since the big package rename in 5.x

The culprit seems to be a .gitignore file that matches one of the package names:

swagger/
openapi/

These should have a leading / so that they only match folders at the root level.