How to instruct JS plugin to skip/ignore specific package.json files?

Hello,

Is there any way to exclude specific package.json files from the JS Plugin scanning and registering via WorkspaceModel?

SAP Commerce (e.g. hybris) projects have quite some modules with package.json files, but not every can be treated as JS resources.

JS Plugin behaviour results into irrelevant suggestions to “Install/Update dependencies” and updates to WorkspaceModel.

One way I see is to exclude single file via overriding its type to PlainText via OverrideFileTypeManager , but it is internal and doesn’t seem to be the right approach.