LinuxForHealth/FHIR

fhir-swagger-generator source missing

lmsurpre opened this issue · 0 comments

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.