Can't get exclusions to work

I have a dashboard here: https://sonarcloud.io/dashboard?id=ptvsd-python

I am trying to exclude all files under pydevd/_vendored/ from being included in the analysis.

I have tried things like:

pydevd/_vendored/**

/_vendored/

/pydevd/_vendored/

without any luck. What am I missing?

Figured it out; seems I needed pydevd/_vendored/**/*

2 Likes